You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 specifyhow output is to be returned?
The text was updated successfully, but these errors were encountered: