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
April 14, 2008 04:04PM
Hi Stephanie,

I looked at the data you had uploaded last week. There were a couple difficulties, but they could be gotten around without too much trouble. Mainly, partial coverage had to be taken care of with the -partial_coverage option for the align_epi_anat.py script, and I took your suggestion to handle the large non-uniformity for this data with 3dUniformize. It should be emphasized here that 3dUniformize was definitely *not* made to handle this kind of data, so please, please review the output for this operation carefully. 3dUniformize only expects single sub-brick datasets, so only a single sub-brick is specified as input.

These are the steps I used to align your data:

# slice timing correction
3dTshift -cubic -prefix r1_ts jq_r1+orig

# time series volume registration (registered to first sub-brick)
3dvolreg -base 0 -input r1_ts+orig. -prefix r1_ts_vr

# uniformity correction (use first sub-brick)
3dUniformize -prefix r1_ts_vr_sb0 -anat r1_ts_vr+orig'[0]'

# align anat to epi (use partial_coverage option)
align_epi_anat.py -partial_coverage -anat jq_expvol+orig -epi r1sb0u+orig. \
-suffix _al2epi -epi_base 0 -volreg off -tshift off -anat2epi

# alternatively align epi to anat using uniform sub-brick as base
align_epi_anat.py -partial_coverage -anat jq_expvol+orig -epi r1sb0u+orig. \
-suffix _al2anat -epi_base 0 -volreg off -tshift off -epi2anat \
-child_epi r1_ts_vr+orig.
Subject Author Posted

align_epi_anat.py - new software announcement

Daniel Glen April 11, 2008 05:49PM

Re: align_epi_anat.py - new software announcement

Frank Haist April 13, 2008 04:57AM

Re: align_epi_anat.py - new software announcement

rick reynolds April 13, 2008 11:35AM

Re: align_epi_anat.py - new software announcement

Frank Haist April 14, 2008 04:53AM

Re: align_epi_anat.py - new software announcement

Tino April 23, 2008 07:11PM

Re: align_epi_anat.py - new software announcement

Daniel Glen April 24, 2008 10:47AM

Re: align_epi_anat.py - new software announcement

Stephanie McMains April 14, 2008 10:58AM

Re: align_epi_anat.py - new software announcement

Daniel Glen April 14, 2008 04:04PM

Re: align_epi_anat.py - new software announcement

Joe Paxton April 14, 2008 07:31PM

Re: align_epi_anat.py - new software announcement

Vincent Costa April 14, 2008 09:01PM

Re: align_epi_anat.py - new software announcement

Daniel Glen April 15, 2008 05:56PM

Re: align_epi_anat.py - new software announcement

Vincent Costa April 15, 2008 07:09PM

Re: align_epi_anat.py - new software announcement

Vincent Costa April 23, 2008 11:28AM

Re: align_epi_anat.py - new software announcement

rick reynolds April 15, 2008 02:42PM

Re: align_epi_anat.py - new software announcement

Tino April 15, 2008 04:24PM

Re: align_epi_anat.py - new software announcement

Daniel Glen April 15, 2008 04:54PM

Re: align_epi_anat.py - new software announcement

Tino April 16, 2008 11:40AM

Re: align_epi_anat.py - new software announcement

Daniel Glen April 15, 2008 05:52PM

Re: align_epi_anat.py - new software announcement

josef April 17, 2008 03:02PM

Re: align_epi_anat.py - new software announcement

Daniel Glen April 17, 2008 03:43PM

Re: align_epi_anat.py - new software announcement

josef April 17, 2008 06:00PM

Re: align_epi_anat.py - new software announcement

Daniel Glen April 17, 2008 06:44PM

Re: align_epi_anat.py - new software announcement

josef April 18, 2008 11:18AM

Re: align_epi_anat.py - new software announcement

Daniel Glen April 23, 2008 12:21PM

Re: align_epi_anat.py - new software announcement

xl July 15, 2008 10:49PM

Re: align_epi_anat.py - new software announcement

Daniel Glen July 16, 2008 12:52PM

Re: align_epi_anat.py - new software announcement

xl July 16, 2008 08:14PM

Re: align_epi_anat.py - new software announcement

Davide November 26, 2008 04:40AM