BouchardLab / nsds_lab_to_nwb

Python package to convert NSDS Lab data to NWB files.
https://nsds-lab-to-nwb.readthedocs.io/en/latest/
0 stars 4 forks source link

include all streams from TDT #18

Closed jihyunbak closed 3 years ago

jihyunbak commented 3 years ago

For now, we decided to include all streams in a TDT object. More precisely, we should set a boolean switch for each category and set all to True; once the pipeline is fully tested we can turn off some of the switches.

The streams might include: (comments may be incorrect - need to figure out what these are exactly)

aud0  # not sure what this is
aud1  # a copy of the sound that was played
mrk1  # voltages of when the pulses happen — tokenization uses this
aud2  # just a derivative of aud1; this shouldn't matter
Wave  # ECoG probe?
Poly  # Poly probe
mark  # list of timestamps?
jihyunbak commented 3 years ago

@JesseLivezey @jthermiz - is this still needed?