@@ -17,21 +17,27 @@ At this point, the processing pipeline will include the following major steps:
17
17
#. Susceptibility distortion correction.
18
18
Using `SDCFlows <https://github.com/poldracklab/sdcflows >`__
19
19
20
+ #. Signal drift estimation
21
+ Leveraging the :math: `b=0 ` extraction, rescaling and averaging that was merged in `#50 <https://github.com/nipreps/dmriprep/pull/50 >`__
22
+
20
23
Version 0.4 (April 1st, 2020)
21
24
-----------------------------
22
25
#. Head motion correction.
23
26
24
- A SHOREline-based approach, ported from QSIPREP.
27
+ A SHOREline-based approach, ported from QSIPREP. In cases where the data are
28
+ "shelled", 3dSHORE will be used as the diffusion model. If the data are
29
+ single-shell, we will use SFM as the diffusion model.
25
30
26
31
#. Eddy current correction.
27
32
28
33
We will explore the possible adaptations of the HMC based on SHOREline above.
29
- SHOREline approach In cases where the data are "shelled", 3dSHORE will be
30
- used as the diffusion model. If the data are single-shell, we will use SFM
31
- as the diffusion model.
32
34
33
35
#. Identification of outliers.
34
36
37
+ We will identify volumes that are outliers in terms of head motion, or other
38
+ severe artifacts that make them likely candidates for exclusion from further
39
+ analysis.
40
+
35
41
Version 0.5 (May 1st, 2020)
36
42
----------------------------
37
43
0 commit comments