History of AFNI updates  

|
February 25, 2020 12:40PM
Dear AFNI team,

I am doing registration between EPI images and its T1. The registration is almost perfect in all subject except in one (73 of 74 subjects). I would like to attach the code that I am using to perform the registration.

align_epi_anat.py  -anat  T1 \
-epi  EPI \
-epi_base BASE_VOLUME  \
-epi2anat   \
-suffix _pre.nii  \
-anat_has_skull no \
 -epi_strip 3dAutomask  \
-volreg off -tshift off -deoblique off  \
-master_epi  T1 \
-cost lpc

I put tshift and volreg in 'off' because I already did those step in a preprocessing pipeline.
What could be a possible cause for a bad registration? I would also like to attach a jpeg of the subject who has the registration problem.

Thanks in advance,
Karel
Attachments:
open | download - registration.jpg (3.9 KB)
Subject Author Posted

Problem in registration in a particular subject Attachments

Karelo February 25, 2020 12:40PM

Re: Problem in registration in a particular subject

Daniel Glen February 25, 2020 12:49PM

Re: Problem in registration in a particular subject

Karelo March 03, 2020 10:15AM