Dear Friends,
The recent version of 3dinfo seems to have a problem with the header_line output and that is causing problems with our scripts which parse 3dinfo's output for key information.
The new version uses 'max' for the first header_line instead of 'label' even though -label rather than -max was requested.
Thanks in advance.
All the best,
Ziad
Here is an example of a working version:
afni -version
Precompiled binary macos_10.12_local: Sep 18 2023 (Version AFNI_23.2.10 'Marcus Didius Severus Julianus')
3dinfo -header_line -sb_delim '|' -NA_flag 'NA' -atr_delim '\t' -label PET.SUV.MK6240.SeedProj.al.mid.Cerebellum.cortex.nii.gz
label
SP.Fr.10|SP.NSB.max.10|SP.Fr.20|SP.NSB.max.20|SP.Fr.30|SP.NSB.max.30
Now here is what happens under the current version:
~/afni.new/afni -version
Precompiled binary macos_10.12_local: Jul 16 2024 (Version AFNI_24.2.01 'Macrinus')
~/afni.new/3dinfo -header_line -sb_delim '|' -NA_flag 'NA' -atr_delim '\t' -label PET.SUV.MK6240.SeedProj.al.mid.Cerebellum.cortex.nii.gz
max
SP.Fr.10|SP.NSB.max.10|SP.Fr.20|SP.NSB.max.20|SP.Fr.30|SP.NSB.max.30
code text # or delete if not needed