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
February 15, 2008 11:10AM
Dear Anon,

I feel your pain, but there are a couple work-arounds for this seemingly quirky nature. First this FAQ describes one other motivation for this session system based on the automatic warping to tlrc space. If a transformation is not otherwise defined, the transformation will be based on the first anatomical dataset that contains a talairach transformation.

[afni.nimh.nih.gov]

To display data from multiple directories, you can use the -dset option to AFNI as in

afni -dset dir1/*.HEAD dir2/*.HEAD

and both dir1 and dir2 datasets will show up in the same "session."

Or do a recursive search from a parent directory by doing this:

afni -dset `find . -name "*.HEAD"`

and all AFNI format datasets in the path and subdirectories should be in your dataset lists. For either of these commands, you can use "*.nii" for NIFTI files too.

Another way is to set AFNI_GLOBAL_SESSION to point to a directory that will be included with the regular session data.

In all these cases, you need to be careful regarding the talairach transformation
assumed in the afni GUI. Quoting from the previously mentioned FAQ:
the first anatomical dataset with a transformation in each directory will be
chosen as the anatomy parent for all "orphan" datasets in that directory. This
means that when combining multiple scanning sessions, even of the same
subject, in the same directory, you must be careful to set the anatomy parents
correctly. Otherwise, you will get incorrect transformations to Talairach
coordinates applied to some of your functional datasets.


Daniel
P.S. I am not "anonymous" either.
Subject Author Posted

Why doesn't the session switch when read in?

Vince Hradil February 01, 2008 06:19PM

Re: Why doesn't the session switch when read in?

bob cox February 04, 2008 09:58AM

Re: Why doesn't the session switch when read in?

Anonymous February 07, 2008 01:31PM

session system

bob cox February 15, 2008 09:08AM

Re: session system

Vince Hradil February 15, 2008 09:31AM

Re: session system

bob cox February 15, 2008 09:49AM

Re: session system

Daniel Glen February 15, 2008 11:10AM