We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Presently a 'virgin' NIFTI file is written, with no world (s_form, q_form) information.
Need to revise this so that all images written out have the same transformation information as (say) the first image.
Simplest way to do this is to create a new version of write_nifti_file that takes as input a template file (or the basic NIFTI1 header).
write_nifti_file
Note that the only place where NIFTI files are written out is mcmc.cpp.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Presently a 'virgin' NIFTI file is written, with no world (s_form, q_form) information.
Need to revise this so that all images written out have the same transformation information as (say) the first image.
Simplest way to do this is to create a new version of
write_nifti_file
that takes as input a template file (or the basic NIFTI1 header).Note that the only place where NIFTI files are written out is mcmc.cpp.
The text was updated successfully, but these errors were encountered: