JaneliaSciComp / pydantic-ome-ngff

Pydantic models for OME-NGFF
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

current multiscales validation is incorrect #9

Closed d-v-b closed 7 months ago

d-v-b commented 1 year ago

this validator assumes that the multiscale arrays are children of the group with the multiscales metadata. But the spec does not ensure or require this structure -- the multiscale arrays could be anywhere in the tree below that group, distributed over any number of sub-groups. This validator should be fixed accordingly.

d-v-b commented 7 months ago

closed by #19