catalystneuro / mease-lab-to-nwb

MIT License
3 stars 2 forks source link

add Syntalos readme #23

Closed CodyCBakerPhD closed 3 years ago

CodyCBakerPhD commented 3 years ago

@bendichter How in depth should this ReadMe be? Should it include full tutorials on usage?

bendichter commented 3 years ago

@CodyCBakerPhD

convert the raw intan signals without LFP processing or spike sorting

Can we make a pipeline that has the ability to convert all of these components?

CodyCBakerPhD commented 3 years ago

@bendichter A one-shot script for that would require the use of the pickle interfaces however, are you OK with that? Otherwise that script is designed to include that data after a quick-save (partial NWBFile)

bendichter commented 3 years ago

@CodyCBakerPhD Yes I'm fine with a pickle interface. An even better solution would be if you could read from a previously created NWB file using NwbSortingExtractor

CodyCBakerPhD commented 3 years ago

@bendichter That is exactly what the current external script does. The "quick-save" makes a partial NWBFile with sorting and LFP information, the script only converts and fills in the rest