Skip to content

Transform metadata to fix #1

@kevinyamauchi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions