spikeinterface
spikeinterface copied to clipboard
Read recording from phy folder
Hi,
I'm wondering if it's possible to read in the recording from a phy folder, after running export_to_phy, and discarding the original recording.
I can currently read a sorting object, using se.read_phy, but can't see how to read the recording. I feel like this should be possible. The phy folder contains the 'recording.dat' file, alongside channel_groups, channel_map, channel_positions, and the necessary metadata in params.py. I've started trying to write this as a function, but thought I'd check here first to see if this extractor already exists, or if there's a reason why it shouldn't exist.
Thanks! Rory