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  

|
May 23, 2019 05:23PM
Hi Rick,

1. Can you run FreeSurfer programs successfully?
Yes, FreeSurfer program runs without any issue.

2. Does "3dAllineate -help" work?
Do you mean running 3dAllineate -help on the terminal? If so, yes it works.

3. Is it suma that is failing exactly like in your initial post?
Please repost the command and output, juuuuust to be sure.

#!/bin/csh
setenv FREESURFER_HOME /Applications/freesurfer
setenv FSFAST_HOME /Applications/freesurfer/fsfast
setenv FSF_OUTPUT_FORMAT nii
setenv SUBJECTS_DIR /PATH
setenv MNI_DIR /Applications/freesurfer/mni
setenv PATH ${FREESURFER_HOME}/bin:${PATH}

@ linenum = 1
set subjlist = (SUBJECT#)
set condlist = (Condition)

foreach subj ($subjlist)
foreach cond ($condlist)

cd /PATH
@SUMA_Make_Spec_FS -sid "$subj"."$cond"

end
end

Other analysis trials worked fine with the same script.

4. If you first start tcsh (just run that command), can you then run suma?

Both bash and tcsh showed the same error.

Thanks,
JW
Subject Author Posted

Suma Error

Junyeon May 18, 2019 02:05PM

Re: Suma Error

ptaylor May 19, 2019 04:53PM

Re: Suma Error

Junyeon May 20, 2019 06:35PM

Re: Suma Error

ptaylor May 20, 2019 06:46PM

Re: Suma Error

Junyeon May 21, 2019 05:25PM

Re: Suma Error

rick reynolds May 21, 2019 10:29PM

Re: Suma Error

Junyeon May 23, 2019 05:23PM

Re: Suma Error

rick reynolds May 23, 2019 05:41PM

Re: Suma Error

Junyeon May 24, 2019 08:36AM