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

Transform metadata to fix #1

Open
3 tasks
kevinyamauchi opened this issue Nov 19, 2024 · 0 comments
Open
3 tasks

Transform metadata to fix #1

kevinyamauchi opened this issue Nov 19, 2024 · 0 comments

Comments

@kevinyamauchi
Copy link

Some aspects of the current transform metadata is not compliant with the RFC-5 transformations:

  • Multiscales - remove "axes" from top level
    {
    "axes": [
    {
    "name": "c",
    "type": "channel"
    },
    {
    "name": "y",
    "type": "space"
    },
    {
    "name": "x",
    "type": "space"
    }
    ],
  • input/output coordinate systems should not be inside transformation:
    "input": {
    "axes": [
    {
    "name": "c",
    "type": "channel"
    },
    {
    "name": "y",
    "type": "space",
    "unit": "unit"
    },
    {
    "name": "x",
    "type": "space",
    "unit": "unit"
    }
    ],
    "name": "cyx"
    },
    "output": {
    "axes": [
    {
    "name": "c",
    "type": "channel"
    },
    {
    "name": "x",
    "type": "space",
    "unit": "unit"
    },
    {
    "name": "y",
    "type": "space",
    "unit": "unit"
    }
    ],
  • intrinsic coordinate system should have path:
  • [ ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant