3dMVM help

Hello AFNI experts,

I am trying to run 3dMVM but am encountering an error when I try to run the script:

** Error:
The number of -gltLabel is not consistent with that
specified by -num_glt 3

This is the script, where num_glt 3 matches the number of glt_Code entries (3).

3dMVM -prefix …/groupROIanalyses/LGPi_3group_3dMVM_TEST
-bsVars ‘Group’
-jobs 32
-num_glf 1
-glfLabel 1 Group -glfCode 1’Group: 1upp&1low&1con’
-num_glt 3
-gltLabel 1 Group_CON-upperSCFU -gltCode 1’Group:1
con-1upp’
-gltLabel 2 Group_CON-lowerSCFU -gltCode 2’Group:1
con-1low’
-gltLabel 3 Group_upperSCFU-lowerSCFU -gltCode 3’Group:1
upp-1*low’
-dataTable @datatable_GP.txt
-overwrite

I am not sure why it is throwing this error.

Thank you for your help,

Goda

Goda,

Change the following 3 lines:

-gltLabel 1 Group_CON-upperSCFU -gltCode 1’Group:1con-1upp’\
-gltLabel 2 Group_CON-lowerSCFU -gltCode 2’Group:1con-1low’\
-gltLabel 3 Group_upperSCFU-lowerSCFU -gltCode 3’Group:1upp-1low’\

to

-gltLabel 1 Group_CON-upperSCFU -gltCode 1 ‘Group : 1con -1upp’
-gltLabel 2 Group_CON-lowerSCFU -gltCode 2 ‘Group : 1con -1low’
-gltLabel 3 Group_upperSCFU-lowerSCFU -gltCode 3 ‘Group : 1upp -1low’\

Hi Gang,

Thank you for the help, I was able to successfully run 3dMVM.

Goda