Skip to content

Better integrated dimension labels #96

@multimeric

Description

@multimeric

Currently the dimension name (CTZYX) handling is in a few separate places, including here for Napari:

final_imgs.append(DataArray(img.data, dims=calculated_order))

However, it would make sense to refactor this stuff into a new dimension_order parameter to DeskewParams. This would allow the dimension order to be handled better for users of the Python API as well.

This is low priority, and I'm just documenting it as a potential future improvement.

Metadata

Metadata

Assignees

No one assigned

    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