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  

|
October 18, 2021 12:25AM
Hi there,

I have been trying to do an alignment with the following details:
- Anatomical to epi
- Partial coverage (I have a small epi slab centred over left SI)
- 7T data

I have two subjects, and things worked differently for the two. Only method 2 produced something that was not way, way off for sub2 where sub1 was generally ok with most methods (aside from method 3 & 5)



I have tried the following methods:

1. align_epi_anat.py, giant move (below)

2. align_epi_anat.py, ginormous move (as below but with ginormous)

align_epi_anat.py -anat2epi -anat FR_uniden_avg+orig \
-suffix _al_keep \
-epi vr_base_min_outlier+orig -epi_base 0 \
-epi_strip 3dAutomask \
-epi2anat -giant_move -partial_coverage \
-volreg off -tshift off

3. align_epi_anat.py with lpc+ZZ cost function

align_epi_anat.py -anat2epi -anat FR_uniden_avg+orig \
-suffix _al_keep_lpcZZ \
-epi vr_base_min_outlier+orig -epi_base 0 \
-epi_strip 3dAutomask \
-epi2anat -giant_move -partial_coverage \
-cost lpc+ZZ \
-volreg off -tshift off

4. zpad & nudge, then align_epi_anat.py

3dZeropad -I 0 -S 30 -A 0 -P 0 -L 0 -R 70 -prefix FR_uniden_avg_zpad FR_uniden_avg+orig
3drotate -quintic -clipit -rotate 0.00I 0.00R 0.00A -ashift 25.00S -45.00L 0.00P -prefix FR_uniden_zpad_nudged FR_uniden_avg_zpad+orig
3dZeropad -I -30 -S -30 -A 0 -P 0 -L -80 -R 0 -prefix FR_uniden_avg_zpad_nudged_zcor FR_uniden_zpad_nudged+orig

align_epi_anat.py -anat2epi -anat FR_uniden_avg_zpad_nudged_zcor+orig \
-suffix _al_keep_Ngiant \
-epi vr_base_min_outlier+orig -epi_base 0 \
-epi_strip 3dAutomask \
-epi2anat -giant_move -partial_coverage \
-volreg off -tshift off

5. zpad & nudge, then 3dAllineate
3dAllineate \
-base vr_base_min_outlier+orig \
-input FR_uniden_avg_zpad_nudged_zcor+orig \
-prefix FR_uniden_avg_N3dA+orig \
-1Dmatrix_save FR_uniden_avg_N3dA_al_12.1D \
-cost lpc \
-final wsinc5 \
-source_automask -autoweight \
-twopass \
-verb


Any help on what I could try to improve these alignments would be very much appreciated!

Thank you,

Harriet
Subject Author Posted

Cannot get good alignment with align_epi_anat.py or 3dAllineate

hdempseyjones October 18, 2021 12:25AM

Re: Cannot get good alignment with align_epi_anat.py or 3dAllineate

Peter Molfese October 18, 2021 10:39AM

Re: Cannot get good alignment with align_epi_anat.py or 3dAllineate

hdempseyjones October 19, 2021 07:22PM

Re: Cannot get good alignment with align_epi_anat.py or 3dAllineate

Daniel Glen October 18, 2021 01:57PM

Re: Cannot get good alignment with align_epi_anat.py or 3dAllineate

hdempseyjones October 25, 2021 03:29AM

Re: Cannot get good alignment with align_epi_anat.py or 3dAllineate

ptaylor October 25, 2021 10:25AM

Re: Cannot get good alignment with align_epi_anat.py or 3dAllineate Attachments

hdempseyjones October 25, 2021 09:57PM

Re: Cannot get good alignment with align_epi_anat.py or 3dAllineate

ptaylor October 26, 2021 08:23AM

Re: Cannot get good alignment with align_epi_anat.py or 3dAllineate

hdempseyjones November 22, 2021 11:57PM

Re: Cannot get good alignment with align_epi_anat.py or 3dAllineate

Daniel Glen November 23, 2021 10:34AM