Skip to content

Transform metadata to fix #1

Description

@kevinyamauchi

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:
  • [ ]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions