NeurodataWithoutBorders / nwb-schema

Data format specification schema for the NWB neurophysiology data format
http://nwb-schema.readthedocs.io
Other
52 stars 16 forks source link

`CorrectedImageStack` is insufficient for modern motion correction #538

Open rly opened 1 year ago

rly commented 1 year ago

https://github.com/NeurodataWithoutBorders/nwb-schema/blob/19c4bbb36effb1454253072f70ebf2c83f2ea095/core/nwb.ophys.yaml#L335-L360

Given the three different modes above for storing such data (corrected only, original + translation, all), would it make sense to have different types for these? Otherwise, all the fields have to be made optional.

cc @bendichter @oruebel @CodyCBakerPhD

rly commented 1 year ago

Partial duplicate of https://github.com/NeurodataWithoutBorders/nwb-schema/issues/228

bendichter commented 1 year ago

Given the three different modes above for storing such data (corrected only, original + translation, all), would it make sense to have different types for these? Otherwise, all the fields have to be made optional.

What did you have in mind?