Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format for returning data #1

Open
mcraig-ibme opened this issue Jan 18, 2019 · 0 comments
Open

Format for returning data #1

mcraig-ibme opened this issue Jan 18, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mcraig-ibme
Copy link
Contributor

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?

@mcraig-ibme mcraig-ibme self-assigned this Jan 18, 2019
@mcraig-ibme mcraig-ibme added the enhancement New feature or request label Jan 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant