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  

|
Daniel Glen
December 05, 2008 04:22PM
In the AddEdge sub-directory created by the align_epi_anat.py script, you should find an examine_list.log file. That file contains a list of the files to display by the AddEdge script. Here is a way to check if they all exist.

set elist = `cat examine_list.log`
ls -l $elist

If any are missing, you should see an error that says "No such file or directory".

You can run @AddEdge directly in that directory by running something like

@AddEdge epi_ns+orig anat_ns+orig anat_al+orig

Then run @AddEdge again without parameters to see the datasets.

afni -niml -yesplugouts &
@AddEdge

The AddEdge support for the align_epi_anat.py script and @AddEdge had been updated a couple months ago, so I'm assuming you are running the most recent version.
Subject Author Posted

align_epi_anat.py problem

Giorgio Ganis December 05, 2008 01:13PM

Re: align_epi_anat.py problem

Giorgio Ganis December 05, 2008 01:16PM

Re: align_epi_anat.py problem

ziad December 05, 2008 01:17PM

Re: align_epi_anat.py problem

Giorgio Ganis December 05, 2008 01:58PM

Re: align_epi_anat.py problem

Daniel Glen December 05, 2008 04:22PM