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  

|
January 26, 2005 07:32PM
George,

Seeing the data sure clears up the questions, thanks. :)
The problem is that your new origin is basically at zero,
but that is not where you want it. When you say slice 0
is Anterior, was it 0.43 mm anterior? That would just be
because AFNI doesn't know where the origin is from the
ANALYZE file, so it uses zero. Nothing is reversed.

Just to make sure, you should use 3dcopy to create a new dataset.
Let me suppose that you execute the following commands:

3dAFNItoANALYZE -orient LPI aa.lpi t2_2+orig
3dcopy aa.lpi.hdr t2.lpi

Now "3dinfo t2.aa" should show one-sided extents, meaning
that 0,0,0 is at the outer corner of your dataset.

What you can do now is adjust the origin to match the LPI
origin from your original dataset. Dataset t2_2+orig had LPI
extents at 103.672 L, 77.204 P, -90.027 I (inferior is negative,
left and posterior are positive, in the AFNI world). So now you
can use 3drefit to set this as your new origin:

3drefit -xorigin_raw 103.672 -yorigin_raw 77.204 -zorigin_raw -90.027 t2.lpi+orig

Hopefully that will work out for you.

- rick

Subject Author Posted

data orientation and coronal view

george January 26, 2005 10:47AM

Re: data orientation and coronal view

rick reynolds January 26, 2005 01:06PM

Re: data orientation and coronal view

george January 26, 2005 02:37PM

Re: data orientation and coronal view

rick reynolds January 26, 2005 02:54PM

Re: data orientation and coronal view

george January 26, 2005 03:39PM

Re: data orientation and coronal view

rick reynolds January 26, 2005 04:55PM

Re: data orientation and coronal view

george January 26, 2005 06:00PM

Re: data orientation and coronal view

rick reynolds January 26, 2005 07:32PM

Re: data orientation and coronal view

george January 27, 2005 11:02AM

Re: data orientation and coronal view

rick reynolds January 27, 2005 11:21AM