@@ -98,24 +98,25 @@ class DMCC13Benchmark(PatternDataladDataGrabber):
9898
9999 Parameters
100100 ----------
101- types : {``DataType.BOLD``, ``DataType.T1w``, \
102- ``DataType.VBM_CSF``, ``DataType.VBM_GM``, ``DataType.VBM_WM``, \
103- ``DataType.Warp``} or list of them, optional
101+ types : {"BOLD", "T1w", "VBM_CSF", "VBM_GM", "VBM_WM", "Warp"} or \
102+ list of the options, optional
104103 The data type(s) to grab.
105104 datadir : pathlib.Path, optional
106105 That path where the datalad dataset will be cloned.
107106 If not specified, the datalad dataset will be cloned into a temporary
108107 directory.
109- sessions : :enum:`.DMCCSession` or list of variants, optional
108+ sessions : {"ses-wave1bas", "ses-wave1pro", "ses-wave1rea"} or \
109+ list of the options, optional
110110 DMCC sessions.
111111 By default, all available sessions are selected.
112- tasks : :enum:`.DMCCTask` or list of variants, optional
112+ tasks : {"Rest", "Axcpt", "Cuedts", "Stern", "Stroop"} or \
113+ list of the options, optional
113114 DMCC tasks.
114115 By default, all available tasks are selected.
115- phase_encodings : :enum:`.DMCCPhaseEncoding` or list of variants , optional
116+ phase_encodings : {"AP", "PA"} or list of the options , optional
116117 DMCC phase encoding directions.
117118 By default, all available phase encodings are selected.
118- runs : :enum:`.DMCCRun` or list of variants , optional
119+ runs : {"1", "2"} or list of the options , optional
119120 DMCC runs.
120121 By default, all available runs are selected.
121122 native_t1w : bool, optional
0 commit comments