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  

|
nic
December 04, 2017 02:36PM
Hi Rick,

Thank you for your answer!

I seem to have found a solution but don't quite understand why this works. Apparently, I need to source these scripts from within the proc script (i.e., the script generated by uber_subject.py):

source stats.REML_cmd (I also tried to chmod for this script from within the proc (without sourcing it) but this didn't help)
source ./@ss_review_basic > out.ss_review.$subj.txt (and comment out if ( -e @ss_review_basic ))
but I don't need to source
@auto_tlrc -base TT_N27+tlrc -init_xform AUTO_CENTER -input ${subj}_T1w_ns+orig -no_ss

I'm not too versed with these things but could it have to do with the different script headers?

proc script: #!/bin/tcsh -xef
@ss_review_basic: #!/bin/tcsh
while
@auto_tlrc: #!/bin/tcsh -f

Thank you very much and have a lovely day,

Nic
Subject Author Posted

uber_subject.py "cmd.ap.subj: No such file or directory."

nic November 30, 2017 06:25PM

Re: uber_subject.py "cmd.ap.subj: No such file or directory."

rick reynolds December 04, 2017 02:07PM

Re: uber_subject.py "cmd.ap.subj: No such file or directory."

nic December 04, 2017 02:36PM

Re: uber_subject.py "cmd.ap.subj: No such file or directory."

nic December 04, 2017 10:42PM

Re: uber_subject.py "cmd.ap.subj: No such file or directory."

rick reynolds December 05, 2017 09:19AM