SilverLabUCL / PySilverLabNWB

Python tools for working with Silver Lab data in the NWB2 format
MIT License
1 stars 0 forks source link

Improve signature creation for NWB2 files #8

Closed jonc125 closed 4 years ago

jonc125 commented 4 years ago

Follow-up from https://github.com/SilverLabUCL/AnalysisPipeline/pull/43, https://github.com/SilverLabUCL/AnalysisPipeline/pull/44 etc.

Should no longer need to worry about Python 2 support. Also I think trying to convert signatures from NWB1 to NWB2 is getting too difficult. Let's just make sure we can get a consistent signature for NWB2 files, and manually test the first data load, as I did initially with NWB1.

ageorgou commented 4 years ago

Done in #22, cleaned up a bit more in #43.