-
Notifications
You must be signed in to change notification settings - Fork 7
Improve show method for Zattrs #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Perhaps a slightly different show method for datasets under I am a little confused about datasets$coordinatetransformations ... since there is another transformations list in the attributes. Will ask @LucaMarconato ... should we expect an arbitrary list of transformations for each dataset ? |
|
Following here: https://ngff.openmicroscopy.org/latest/index.html |
|
@Artur-man there are two sets of transformations because one set contains one transformation for each scale of a multiscale object. These transformations go between the intrinsic coordinate system of the scale to a different coordinate system. Then there are transformations between different coordinate systems. Here is a recent repository with many examples from the latest incoming specification (NGFF 0.6-dev1). The examples rendered on the NGFF website are too limited. Over the next weeks you can expect activities both on the repo above and in this repo: https://github.com/ome-zarr-models/ome-zarr-models-py with regard to coordinate transformations. |
|
Here is the latest version based on what we discussed with @LucaMarconato. Let me know what you think. |
|
Thanks @Artur-man for the update. Looks good to me, but I would add one piece of information: for the transformations not in datasets, I would add the input and output coordinate system names. |
Towards improving show method for
Zattrs(#83). Lets discuss before moving forward, but no rush ...Here are some examples: