AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
March 11, 2023 01:00PM
Hello,

I have the following simple script (fixed effects simplified for clarity) running:
3dMVM -prefix test9 -jobs 1 \
       -wsVars "session" \
       -mask "mask.nii.gz" \
       -num_glt 1 \
       -gltLabel 1 "1 > 2" \
       -gltCode 1 "session: 1*H1 -1*H2" \
       -dataTable @datatable_mvm.txt
.. however when I append the -resid flag

[..]
Z slice  39 done:  03/11/23 17:55:11.008 
Z slice  40 done:  03/11/23 17:55:11.803 
Error in aperm.default(apply(inData[, , kk, ], c(1, 2), runAOV, dataframe = lop$dataStr,  : 
  'perm' is of wrong length 3 (!= 2)
Calls: aperm -> aperm.default

I also noticed that depending on which mask I choose it happens at a different slice?
Any help would be much appreciated
Subject Author Posted

3dMVM -resid related error

sinandrei March 11, 2023 01:00PM