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
I'm not sure I understand what you mean by the AFNI extension to NIfTI-1.
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: