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  

|
November 23, 2021 10:34AM
The "-master_anat" option controls the output grid for the anatomical dataset. Some choices:

1. Remove the "-master_anat {$epi0}+orig ". This ought to be in the same grid with the "-big_move" option.
2. Set the master_anat to "SOURCE" to keep it in the original grid
3. Zeropad an EPI dataset, single subbrick volume to use as a target grid.
3dZeropad -prefix temp_epizp.nii.gz -R 5 -L 5 -A 5 -P 5 -I 5 -S 5 myepi.nii.gz'[0]'
align_epi_anat.py -master_anat temp_epizp.nii.gz -master_anat_dxyz 1.0 ...
4. For very oblique data, consider using the oblique grid of the anatomical data as a target
3dWarp -card2oblique myepi.nii.gz -prefix temp_anatob.nii.gz myanat.nii.gz
align_epi_anat.py -master_anat temp_epizp.nii.gz ...
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