SilverLabUCL / PySilverLabNWB

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

replace deprecated ImagingPlane parameters #65

Closed alessandrofelder closed 4 years ago

alessandrofelder commented 4 years ago

The ImagingPlane constructor arguments "manifold", "unit" and "conversion" are deprecated, starting from pynwb 1.3.0. This commit bumps the pynwb version up to 1.3.2 and replaces these deprecated parameters with recommended replacements.

Addresses #63 .

ageorgou commented 4 years ago

I think we should merge this into the main version after we are done with the new-labview changes (which should be soon).