-
Notifications
You must be signed in to change notification settings - Fork 260
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
Support for adding history of commands to header #1119
Comments
I would need to check if we support writing BRIK/HEAD. My memory is that it's read only, but maybe not. If this also works in the AFNI extension to NIfTI-1, then we would need to add support for that extension. Is there a spec? I'm any case, would you be interested in adding this feature? |
Thank you Chris.
Please let me know.
I'm not sure I understand what you mean by the AFNI extension to NIfTI-1.
I would be happy to contribute, but I will need help from core devs. This is the first time I fork I will try to familiarize with the I/O functions first and will open a PR if (when) I make any progress. |
There are header extensions to NIfTI, and AFNI has one that includes the additional metadata from BRIK/HEAD that the AFNI team felt were essential but missing. |
I use AFNI's
3dNotes -h "{command}" {filename}
command a lot but it requires the use ofsubprocess.run()
to run it from Python.I believe
nibabel
should provide this feature in a Pythonic way, similar to the way other parameters of the header can be edited.The text was updated successfully, but these errors were encountered: