WAMI option unavailable

AFNI version info (afni -ver): 24.0.02

Recently installed AFNI but there is no WamI report available under the cluster report. Any insight on how to rectify this? Thank you!

The whereami functionality works for data that is in a standard template space. You can use

3dinfo -space mydset

on your datasets to see what space they are in. For NIFTI datasets, you can also use the

nifti_tool -disp_hdr -infiles mydset.nii.gz

to see the sform_code and qform_code fields. You can change the space to MNI, for instance, with

3drefit -space MNI mydset.nii.gz