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  

|
November 12, 2013 09:04PM
Hi Dan,

Actually, while I agree with your interpretation, I
also agree with how the script was written. The
problem is with your afni_proc.py options.

A good place to start is following the examples from
the afni_proc.py help output. I expect that every
example using the 'align' processing block includes
the -volreg_align_e2a option, but none of them include
'-align_opts_aea -epi2anat '.

So you should expect not to include it, unless you
have a good idea about how things work. In this case,
it is not appropriate.


The basic purpose of the -BLOCK_opts_PROGRAM options
(such as -align_opts_a2e) is to allow the user to add
options directly to the given program, without afni_proc.py
needing extra functionality. But that means afni_proc.py
has no idea what is being attempted, and it has no ability
to verify the usage.

In this case, you are reversing the effect of the align block
without afni_proc.py knowing about it. Instead, leave the
align block as it is (doing anat to EPI), and let afni_proc.py
properly invert it with the -volreg_align_e2a option.

- rick
Subject Author Posted

Catenation of volreg and epi2anat transformations

dbliss November 12, 2013 07:46PM

Re: Catenation of volreg and epi2anat transformations

rick reynolds November 12, 2013 09:04PM

Re: Catenation of volreg and epi2anat transformations

dbliss November 13, 2013 05:59PM

Re: Catenation of volreg and epi2anat transformations

dbliss November 13, 2013 10:15PM

Re: Catenation of volreg and epi2anat transformations

Peter Molfese November 13, 2013 10:55PM

Re: Catenation of volreg and epi2anat transformations

dbliss November 13, 2013 11:38PM

Re: Catenation of volreg and epi2anat transformations

Daniel Glen November 14, 2013 04:03PM