LorenFrankLab / rec_to_nwb

Data Migration REC -> NWB 2.0 Service
Other
2 stars 8 forks source link

Use ndx-franklab-novela 0.1.0 #19

Closed rly closed 2 years ago

rly commented 2 years ago

The ndx-franklab-novela extension was updated to use the updated NWB core neurodata type ImageSeries instead of the newly defined NwbImageSeries. It also uses autogenerated classes. This PR updates rec_to_nwb to be compatible with these changes.

It also updates environment.yml. Users should update their environment file after pulling the latest.

rly commented 2 years ago

I have tested this by successfully running rec_to_nwb on one of Anna's sessions. As far as I can tell, the data are the same except for the NdxImageSeries -> ImageSeries change.