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 31, 2008 10:43PM
Hi,

My goal is to align the EP data collected from two sessions in the same participant on different days. So to acheieve this, I was trying to first align the MP datasets collected in the two sessions and I encountered a problem with 3dvolreg when doing this. I am running on a Linux machine and using linux_gcc32 binaries.

To provide more details, the EP data in these two sessions was collected in the oblique slices, so following suggestions from Daniel, I realigned the MP's in both sessions to respective oblique EP's in that session using

##session1
3dWarp -card2oblique VD12a_EP+orig. -prefix VD12a_MP_algntoEP VD12a_MP+orig.

##session2
3dWarp -card2oblique VD12b_EP+orig. -prefix VD12b_MP_algntoEP VD12b_MP+orig.

Then I used

@Align_Centers -base VD12a_MP_algntoEP -dset VD12b_MP_algntoEP

Now I tried to align the MP from sess2 to sess1 using 3dvolreg and couldn't succeed.

[srikanth@memphis VD12]$ 3dvolreg -twopass -base VD12a_MP_algntoEP+orig. -prefix VD12b_MP_algntoEP_shftR VD12b_MP_algntoEP_shft+orig.
++ 3dvolreg: AFNI version=AFNI_2007_05_29_1644 (May 30 2007) [32-bit]
++ Authored by: RW Cox
malloc failure for image space: 532261120 bytes
in file: mri_new.c at line 193
mri_new_7D_generic
mri_to_float
mri_3dalign_setup
3dvolreg main


As a matter of curiosity, I tried registering the MP's again but now they are not aligned to oblique EP's, and then it worked properly.

[srikanth@memphis VD12]$ 3dvolreg -twopass -base VD12a_MP+orig. -prefix VD12b_MP_shftR VD12b_MP_shft+orig.
++ 3dvolreg: AFNI version=AFNI_2007_05_29_1644 (May 30 2007) [32-bit]
++ Authored by: RW Cox
++ Max displacement in automask = 10.13 (mm) at sub-brick 0


So I am not sure why 3dvolreg failed with oblique looking MP's. It looks like some kind of memory problem. Can someone help me with this?

Thanks,
Srikanth.

Subject Author Posted

3dvolreg problem

Srikanth Padmala January 31, 2008 10:43PM

Re: 3dvolreg problem

Daniel Glen February 01, 2008 08:13AM

Re: 3dvolreg problem

Srikanth Padmala February 01, 2008 10:25AM

Re: 3dvolreg problem

Daniel Glen February 01, 2008 06:22PM

Re: 3dvolreg problem

rick reynolds February 01, 2008 06:29PM

Re: 3dvolreg problem

Srikanth Padmala February 04, 2008 11:49AM