Skip to content

Support path for scale and translation #23

Description

@jwindhager

According to the OME-Zarr 0.5 spec, scale and translation vectors are...

stored either as a list of floats (scale, translation) or as binary data at a location in this container (path)

In comparison, the current Scale and Translation models seem to only support lists of floats:

export interface Scale {
type: "scale";
scale: number[];
}
export interface Translation {
type: "translation";
translation: number[];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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