History of AFNI updates  

|
May 21, 2015 11:46AM
I do run 3dwarp on the structural image and the functional runs in my script. Should I modify this in the script for this person?

Here is the command for the structural image:
3dWarp -deoblique -prefix $output_dir/$subj.mprage $subj.mprage.nii

and for the functional runs:

# tshift
foreach run ( $runs )
3dTshift -tzero 0 -quintic -prefix rm.r$run.tshift pb00.$subj.r$run.tcat+orig
3dWarp -deoblique -prefix pb01.$subj.r$run.tshift rm.r$run.tshift+orig
end
Subject Author Posted

3dvolreg: dimensions do not match

donnajb May 19, 2015 06:59PM

Re: 3dvolreg: dimensions do not match

rick reynolds May 20, 2015 03:48PM

Re: 3dvolreg: dimensions do not match

donnajb May 21, 2015 11:46AM