Dear AFNI experts,
I am running 3dMVM and the script was working fine, but when I tested it again recently, it is not working with the error message below.
Reading input files now…
Reading input files: Done!
Range of input data: [0.000, 192.006]
If the program hangs here for more than, for example, half an hour,
kill the process because the model specification or the GLT coding
is likely inappropriate.
Error in lop$gltList[[ii]] : subscript out of bounds
Execution halted
My script looks like below.
3dMVM -prefix age
-qVars ‘age,gender,edu,bmi,menopause’
-bsVars ‘age’
-num_glt 1
-gltLabel 1 ‘age’ -gltCode 1 ‘age:’
-mask mask.nii.gz
-dataTable
Subj age sex edu bmi menopause InputFile
subj1 47 0 18 33 1 subj1.nii
subj2 36 0 12 34 1 subj2.nii
.
.
.
I updated AFNI after the script successfully ran. Is it possible that AFNI update may have affected this?
Best,
JW