Skip to content

Format for returning data #1

@mcraig-ibme

Description

@mcraig-ibme

Currently data is returned as Numpy arrays. This can cause problems with memory which in the case of the command line tool is unnecessary since we could just leave the outputs as nibabel.nifti objects and
allow the user to call get_data() as they wish.

To avoid breaking compatibility, maybe there should be an optional argument to run() to specify
how output is to be returned?

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