s03.ap.surface 1.4 KB

123456789101112131415161718192021222324252627
  1. #!/bin/tcsh
  2. # analyzing data on the surface
  3. # - the -blocks option is the default for surface analysis, but is provided
  4. # for clarity, including the 'surf' block after volreg
  5. # - adding -surf_anat and -surf_spec turns this into a surface analysis command
  6. afni_proc.py -subj_id FT.surf \
  7. -blocks tshift align volreg surf blur scale regress \
  8. -copy_anat FT/FT_anat+orig \
  9. -dsets FT/FT_epi_r?+orig.HEAD \
  10. -surf_anat FT/SUMA/FT_SurfVol.nii \
  11. -surf_spec FT/SUMA/std.60.FT_?h.spec \
  12. -tcat_remove_first_trs 2 \
  13. -volreg_align_to MIN_OUTLIER \
  14. -volreg_align_e2a \
  15. -blur_size 6 \
  16. -regress_stim_times FT/AV1_vis.txt FT/AV2_aud.txt \
  17. -regress_stim_labels vis aud \
  18. -regress_basis 'BLOCK(20,1)' \
  19. -regress_motion_per_run \
  20. -regress_censor_motion 0.3 \
  21. -regress_opts_3dD \
  22. -jobs 2 \
  23. -gltsym 'SYM: vis -aud' -glt_label 1 V-A