Develop template for metadata and file creation.
Preferably Python? Probe, histology, animal information, opto/chemogenetic information, sensory stimulus, experimenter manipulations (experimental model)
Import raw .smrx file (time-series data) to NWB. (To begin with, use Spike2 to export data from the .smrx file to a .mat file, then import the Matlab file into Python.)
Include all channels (command stimuli and recorded stimuli if relevant) Animal state read-outs (respiration, temperature, heart beat)._
Import electrophysiology experimental trial data to NWB
Either from s2rx (?) file (preferable) OR from Conditions file in *analysis.mat
Import data into SpikeInterface
Is this best to do with data already in NWB format? Or directly from Spike2 format
What about .bin files that we already have from kilosort2? Are they generic enough to be used by SpikeInterface, or does it do its own conversion to farm out to many spike-sorting algorithms? Consider outputting a downsampled LFP directly from SpikeInterface.
Will be updated later..
Will be updated later..
Will be updated later..