SilverLabUCL / PySilverLabNWB

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

Revert splitting of optical channels #67

Closed alessandrofelder closed 4 years ago

alessandrofelder commented 4 years ago

Issues in the underlying libraries forced us to store the channels on separate imaging planes for a while, see #14.. These have now been resolved in the newer pynwb version that we are now using. We can therefore revert to storing the channels on the same imaging plane, which this PR does.

Fixes #14 .