SilverLabUCL / PySilverLabNWB

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

Remove bits_per_pixel #5

Closed ageorgou closed 4 years ago

ageorgou commented 5 years ago

The bits_per_pixel dataset has been deprecated in the latest release for PyNWB 2 (NeurodataWithoutBorders/pynwb#782). This affects ImageSeries and its subclasses, including TwoPhotonSeries. We currently use it 3 times in our code, and removing it should not affect anything, as it was only intended as metadata.

ageorgou commented 4 years ago

Fixed in #28.