Skip to content

Add dimension renaming support to to_dataset() method #304

Open
@elevans

Description

@elevans

We can do better here and detect what the input image is and take the appropriate steps to re-order the dataset. If you try to re-order an imglib2 image with to_dataset(img, dim_order=['X', 'Y', 'Channel']) only the first two dimensions will be appropriately assigned. All other dimensions are discarded and unknown is assigned as the dimension label.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions