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

set correct session_start_time #77

Closed jihyunbak closed 3 years ago

jihyunbak commented 3 years ago

Description and related issues

First attempt: ~Introduce SessionTimeExtractor, that uses TDTReader to extract session start time. This information goes into the session_start_time of the NWB file.~

Now use NeuralDataOriginator and TDTReader directly.

Closes #42.

Checklist:

jthermiz commented 3 years ago

LGTM