Skip to content
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

Ome ngff volume annotation #6242

Merged
merged 4 commits into from
May 26, 2022
Merged

Ome ngff volume annotation #6242

merged 4 commits into from
May 26, 2022

Conversation

leowe
Copy link
Contributor

@leowe leowe commented May 26, 2022

Steps to test:

  • send a GET request to a route similar to GET http://localhost:9000/tracings/volume/zarr/18a17837-62e3-43b4-bcaf-da0baaec1b3d/.zattrs?token=secretSampleUserToken
  • Get something back like
{
    "multiscales": [
        {
            "version": "0.4",
            "name": "18a17837-62e3-43b4-bcaf-da0baaec1b3d",
            "axes": [
                {
                    "name": "c",
                    "type": "channel"
                },
                {
                    "name": "x",
                    "type": "space",
                    "unit": "nanometer"
                },
                {
                    "name": "y",
                    "type": "space",
                    "unit": "nanometer"
                },
                {
                    "name": "z",
                    "type": "space",
                    "unit": "nanometer"
                }
            ],
            "datasets": [
                {
                    "path": "1",
                    "coordinateTranformations": [
                        {
                            "type": "scale",
                            "scale": [
                                1,
                                11.239999771118164,
                                11.239999771118164,
                                28
                            ]
                        }
                    ]
                },
                {
                    "path": "2-2-1",
                    "coordinateTranformations": [
                        {
                            "type": "scale",
                            "scale": [
                                1,
                                22.479999542236328,
                                22.479999542236328,
                                28
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}

@leowe leowe marked this pull request as ready for review May 26, 2022 08:56
@leowe leowe requested a review from fm3 May 26, 2022 08:57
@leowe leowe enabled auto-merge (squash) May 26, 2022 08:57
@leowe leowe self-assigned this May 26, 2022
@leowe leowe merged commit 7453c97 into master May 26, 2022
@leowe leowe deleted the ome-ngff-volume-annotation branch May 26, 2022 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants