Skip to content

write_image() API limitations #501

@will-moore

Description

@will-moore

Expanding on list at #407...

  • write_image() only downsamples in 2D (x and y) 👎 Scaler not scaling all dimensions #262
  • No control of downsample factor.
  • Not easy to write pixel sizes. Scale starts at [1, 1, 1, 1, 1]. If you want to supply pixel sizes, the only way to do this is via coordinate_transformations but it's a real pain to know how long to make the list. See Coordinate transformations length #481. Also you have to fully specify axes.
  • Axes created automatically: 'type' inferred by name. No units.

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