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
Use case while developing an image analysis solution:
run some segmentation on ome-zarr data, save into labels/<some_id> and add as segmentation view into some MoBIE project;
after trying out multiple approaches (possibly in several subgroups of labels/ in each well group of the ome-zarr dataset, we'd like to remove previous segmentation trials while keeping both the zarr file and the MoBIE dataset intact:
remove the labels/<some_id> folder from each subgroup of the zarr file
(possibly) remove labels entries from .zattrs (listing of labels subgroup is not yet in the ngff spec)
remove the corresponding sources and views from the MoBIE dataset.
The text was updated successfully, but these errors were encountered:
For MoBIE, we have remove_source to remove single sources, but we'll have to still get the (merged grid) view and iterate over its sources (and check if the sources are used somewhere else) before finally removing the mergedGrid from the sourceTransforms.
Also, this functionality would possibly fit upstream into mobie-utils-python.
Use case while developing an image analysis solution:
labels/<some_id>
and add as segmentation view into some MoBIE project;labels/
in each well group of the ome-zarr dataset, we'd like to remove previous segmentation trials while keeping both the zarr file and the MoBIE dataset intact:labels/<some_id>
folder from each subgroup of the zarr file.zattrs
(listing of labels subgroup is not yet in the ngff spec)The text was updated successfully, but these errors were encountered: