Skip to content

Instantly share code, notes, and snippets.

@ilkayisik
Last active April 16, 2019 10:19
Show Gist options
  • Save ilkayisik/e8841568c1e747b89cf8f05f683846c0 to your computer and use it in GitHub Desktop.
Save ilkayisik/e8841568c1e747b89cf8f05f683846c0 to your computer and use it in GitHub Desktop.
freesurfer command to visualize surface and statistical maps using tksurfer with defined thresholds
sub=sub-01
hemi=rh
tksurfer ${sub} ${hemi} inflated -gray \
-overlay path_to_map.mgh \
-overlay path_to_2nd_map.mgh \
-fthresh 2.3 -truncphaseflag 1 -fmid 3.3 -fslope 1 -annot aparc.annot &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment