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  

|
February 20, 2020 05:35PM
Hi --pt,
If we go back to what we have done here:
[afni.nimh.nih.gov]
# --------------------- for obliquity and center of mass of EPI

3dcalc \
    -a       ${dset_bold}        \
    -expr    'a'                         \
    -prefix  ${dset_bold_deob}

# purge obliquity info, and apply shifts so BOLD dset overlays anat dset well
3drefit                               \
    -deoblique                        \
    ${dset_bold_deob}

3dCM                                  \
    -set 0 0 0                        \
    ${dset_bold_deob}

#### Recenter the
It has work fine with the full dataset one of the cohort of monkey! thank you!

However, we have different orientation of the FOV between the anat and the func for another group of monkey due to a different coil.

This difference of orientation is lost in the header when I previously change the center of my images and they are not aligned anymore when I do:
(they were aligned with the other monkeys)

EPI '-dsets ..' dset(s)
# also, move the EPI to be centered (approximately) on that new spot,
# so the WARP dset doesn't have to stretch too far
@Align_Centers                       \
    -cm                              \
    -base a00_deob_ns_RECEN.nii.gz   \
    -dset LONGER_e00_deob.nii        \
    -prefix LONGER_e00_deob_RECEN.nii

That's why I am trying to refit/resemble these images before.
I also tried
3drefit func -duporigin anat
and it didn't work =(

thanks again
Subject Author Posted

2 images in the same space

Doughboys February 20, 2020 04:50PM

Re: 2 images in the same space

ptaylor February 20, 2020 05:16PM

Re: 2 images in the same space

Doughboys February 20, 2020 05:35PM

Re: 2 images in the same space

ptaylor February 20, 2020 05:50PM

Re: 2 images in the same space

Doughboys February 20, 2020 06:05PM

Re: 2 images in the same space

ptaylor February 20, 2020 06:25PM

Re: 2 images in the same space

Doughboys February 20, 2020 07:10PM

Re: 2 images in the same space

ptaylor February 21, 2020 06:24AM

Re: 2 images in the same space

Doughboys February 21, 2020 10:38AM

Re: 2 images in the same space

Doughboys February 26, 2020 10:01AM