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  

|
August 30, 2020 01:48PM
AFNI programs generally look in the AFNI binary directory (~/abin or /misc/prog/bin in your case) for atlases and templates, but you can put these datasets elsewhere if you want. Copying the dataset to your starting directory works for @auto_tlrc because that program does all its processing there in the same directory. afni_proc.py, on the other hand, creates a new directory and does its processing there. You could specify the full path to the base template to work around this difference as in "-tlrc_base /misc/prog/afni/current.x86_64/TT_N27+tlrc". Alternatively, set an AFNI environment variable to tell AFNI where to look for extra datasets -

"AFNI_GLOBAL_SESSION"
"AFNI_SUPP_ATLAS_DIR"
"AFNI_ATLAS_PATH"
"AFNI_PLUGINPATH"

Consider setting one of these in your .afnirc file in your home directory. The program, @FindAfniDsetPath can be used to check your settings. That program uses the same environment variables.
Subject Author Posted

afni_proc.py cannot find template

dante.picchioni August 30, 2020 09:39AM

Re: afni_proc.py cannot find template

Daniel Glen August 30, 2020 01:48PM

Re: afni_proc.py cannot find template

dante.picchioni August 30, 2020 07:36PM

Re: afni_proc.py cannot find template

rick reynolds August 30, 2020 10:03PM