History of AFNI updates  

|
March 25, 2020 04:36PM
Hi-

Thanks; I see you are warping to MNI space, so an example @SSwarper command with some of your variable name(s) would be:

set subj = sub-000   # or, whatever your subject ID would be
set template = MNI152_2009_template_SSW.nii.gz 

@SSwarper             \
        -input  ${anat_dir}/mprage+orig           \
        -base   ${template}           \
        -subid  ${subj}           \
       -odir   ${anat_dir}/SSW          \

and then, as noted in the @SSwarper help file:
afni_proc.py                                                  \
      [...other stuff here: processing blocks, options...]        \
      -copy_anat ${anat_dir}/SSW/anatSS.${subj}.nii                               \
      -anat_has_skull no                                          \
      -volreg_align_to MIN_OUTLIER                                \
      -volreg_align_e2a                                           \
      -volreg_tlrc_warp \
      -tlrc_base ${template}              \
      -tlrc_NL_warp                                               \
      -tlrc_NL_warped_dsets                                       \
         ${anat_dir}/SSW/anatQQ.${subj}.nii                                       \
         ${anat_dir}/SSW/anatQQ.${subj}.aff12.1D                                  \
         ${anat_dir}/SSW/anatQQ.${subj}_WARP.nii
Subject Author Posted

Problem with deskulling 7T scan

mikek March 24, 2020 02:48PM

Re: Problem with deskulling 7T scan

ptaylor March 24, 2020 03:19PM

Re: Problem with deskulling 7T scan

mikek March 25, 2020 02:35PM

Re: Problem with deskulling 7T scan

ptaylor March 25, 2020 02:53PM

Re: Problem with deskulling 7T scan

mikek March 25, 2020 03:16PM

Re: Problem with deskulling 7T scan

ptaylor March 25, 2020 04:36PM

Re: Problem with deskulling 7T scan

mikek March 26, 2020 09:00AM

Re: Problem with deskulling 7T scan

ptaylor March 26, 2020 09:35AM

Re: Problem with deskulling 7T scan

mikek March 26, 2020 09:49AM

Re: Problem with deskulling 7T scan

ptaylor March 26, 2020 10:25AM

Re: Problem with deskulling 7T scan

mikek March 26, 2020 01:28PM

Re: Problem with deskulling 7T scan Attachments

mikek March 26, 2020 05:35PM

Re: Problem with deskulling 7T scan

mikek March 27, 2020 08:21AM

Re: Problem with deskulling 7T scan

ptaylor March 27, 2020 09:21AM

Re: Problem with deskulling 7T scan

Colm Connolly March 26, 2020 09:11AM

Re: Problem with deskulling 7T scan

ptaylor March 26, 2020 09:33AM

Re: Problem with deskulling 7T scan

Colm Connolly March 26, 2020 04:53PM

Re: Problem with deskulling 7T scan

ptaylor March 26, 2020 05:17PM