catalystneuro / buzsaki-lab-to-nwb

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

neuroscope data sharing with SortingExtractor #13

Closed CodyCBakerPhD closed 2 years ago

CodyCBakerPhD commented 4 years ago

There are occasional references throughout the neuroscope helper functions to data contained within the .clu and .res files.

This information has already been accessed, retrieved, and stored within the SortingExtractor object prior to running the conversion, and these helper functions should therefore utilize this rather than re-accessing the files again since this access can only be done via readtxt (not lazily).

CodyCBakerPhD commented 2 years ago

Due to decreased reliance on the older functions, this is propagated upstream.