Skip to content

Added support for a list of 3d files for TSNR calculation. #360

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

Merged
merged 3 commits into from
Apr 16, 2012

Conversation

chrisgorgo
Copy link
Member

No description provided.

if out_ext in ['mean', 'stddev']:
return os.path.abspath(base + "_tsnr_" + out_ext + ".nii.gz")
return os.path.abspath(base + "_tsnr_" + out_ext + ".nii")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you use an input to determine compression? i'm really moving away from any uncompressed outputs. takes up too much space! so by default i would like to see things compressed. since this uses nibabel, perhaps allow any of the outputs that nibabel allows.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. I understand your concerns, but to maximize out-of-the box compatibility I prefer to set default output type to uncompressed NIFTI. I did the same for AFNI in another PR.

satra added a commit that referenced this pull request Apr 16, 2012
Added support for a list of 3d files for TSNR calculation.
@satra satra merged commit 9fc331e into nipy:master Apr 16, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants