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
I tried adding some transformations to imported sources. It seems that the parameter in add_image points to a XML-specific function.
Yes, indeed this currently only works for bdv.xml formats. I have started to generalize the functionality to also support ome.zarr here: #94.
However, I realized that it currently doesn't make sense to enable this for ome.zarr, since the transformations supported by it are limited; and the v0.5 release which will significantly extend the transformation functionality in ome.zarr is due soon.
(I still went ahead and merged this, so that an error message is thrown when trying to add an ome.zarr image with transformation).
Hi,
I tried adding some transformations to imported sources. It seems that the parameter in
add_image
points to a XML-specific function.mobie-utils-python/mobie/image_data.py
Line 250 in 977120d
What is the best way to include transformation upon data import (multi-modal/ multi-scale registration)? Loading the view and modifying it afterwards?
The text was updated successfully, but these errors were encountered: