You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('--template_name', help='Name for the custom group level template generated for this dataset',
52
52
default="average")
53
53
parser.add_argument('--license_key', help='FreeSurfer license key - letters and numbers after "*" in the email you received after registration. To register (for free) visit https://surfer.nmr.mgh.harvard.edu/registration.html',
54
54
required=True)
55
55
parser.add_argument('--acquisition_label', help='If the dataset contains multiple T1 weighted images from different acquisitions which one should be used? Corresponds to "acq-<acquisition_label>"')
56
+
parser.add_argument('--refine_pial_acquisition_label', help='If the dataset contains multiple T2 or FLAIR weighted images from different acquisitions which one should be used? Corresponds to "acq-<acquisition_label>"')
56
57
parser.add_argument('--multiple_sessions', help='For datasets with multiday sessions where you do not want to '
57
58
'use the longitudinal pipeline, i.e., sessions were back-to-back, '
58
59
'set this to multiday, otherwise sessions with T1w data will be '
0 commit comments