|
57 | 57 | % if you know the order in which slices were acquired, you should be able to recompute |
58 | 58 | % slice timing and add it to the json files in your BIDS data set. |
59 | 59 | % - ``opt.glm.roibased.do`` |
60 | | - % - ``opt.glm.QA.do = true`` - If set to ``true`` the residual images of a |
| 60 | + % - ``opt.QA.func.carpetPlot = true`` to plot carpet plot when running ``functionaQA`` |
| 61 | + % - ``opt.QA.func`` contains a lot of options used by ``spmup_first_level_qa`` |
| 62 | + % in ``functionaQA`` |
| 63 | + % - ``opt.QA.func.MotionParameters = 'on'`` |
| 64 | + % - ``opt.QA.func.FramewiseDisplacement = 'on'`` |
| 65 | + % - ``opt.QA.func.Voltera = 'on'`` |
| 66 | + % - ``opt.QA.func.Globals = 'on'`` |
| 67 | + % - ``opt.QA.func.Movie = 'on'`` ; set it to ``off`` to skip generating movies |
| 68 | + % of the time series |
| 69 | + % - ``opt.QA.func.Basics = 'on'`` |
| 70 | + % - ``opt.QA.glm.do = true`` - If set to ``true`` the residual images of a |
61 | 71 | % GLM at the subject levels will be used to estimate if there is any remaining structure |
62 | 72 | % in the GLM residuals (the power spectra are not flat) that could indicate |
63 | 73 | % the subject level results are likely confounded (see |
|
134 | 144 | fieldsToSet.model.hrfDerivatives = [0 0]; |
135 | 145 | fieldsToSet.contrastList = {}; |
136 | 146 |
|
137 | | - fieldsToSet.glm.QA.do = true; |
| 147 | + fieldsToSet.QA.glm.do = true; |
| 148 | + fieldsToSet.QA.func.carpetPlot = true; |
| 149 | + fieldsToSet.QA.func.Motion = 'on'; |
| 150 | + fieldsToSet.QA.func.FD = 'on'; |
| 151 | + fieldsToSet.QA.func.Voltera = 'on'; |
| 152 | + fieldsToSet.QA.func.Globals = 'on'; |
| 153 | + fieldsToSet.QA.func.Movie = 'on'; |
| 154 | + fieldsToSet.QA.func.Basics = 'on'; |
| 155 | + |
138 | 156 | fieldsToSet.glm.roibased.do = false; |
139 | 157 |
|
140 | 158 | % specify the results to compute |
|
0 commit comments