Last active
April 16, 2019 10:19
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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