You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Likely the solution will be to import models from lib_ngff.py into lib_channels.py, and then add/override methods or attributes (e.g. as in Channel and FractalChannel(Channel)). The goal is clearly to avoid having two definitions of the same model.
Also: functions like get_channel_from_image_zarr should probably become methods of the appropriate object (NgffImageMeta, if they are sufficiently general).
Ideally this should not lead to any change of existing JSON Schemas.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Likely the solution will be to import models from
lib_ngff.py
intolib_channels.py
, and then add/override methods or attributes (e.g. as inChannel
andFractalChannel(Channel)
). The goal is clearly to avoid having two definitions of the same model.Also: functions like
get_channel_from_image_zarr
should probably become methods of the appropriate object (NgffImageMeta
, if they are sufficiently general).Ideally this should not lead to any change of existing JSON Schemas.
The text was updated successfully, but these errors were encountered: