@@ -8,21 +8,65 @@ This road-map serves as a guide for developers as well as a way for us to
8
8
communicate to users and other stake-holders aboout the expectations they should
9
9
have about the current functionality of the software and future developments.
10
10
11
-
12
- Version 0.3
13
- -----------
11
+ Version 0.3 (Targetted for March 1st, 2020)
12
+ ------------
14
13
This version should be considered an early alpha of the software, but will
15
14
contain a full pipeline of processing from a raw BIDS dataset to analyzable data.
16
15
17
- At this point, the processing pipeline will include the following steps:
16
+ At this point, the processing pipeline will include the following major steps:
17
+
18
+ #. Susceptibility distortion correction.
19
+ Using SDC flows
18
20
21
+ Version 0.4 (April 1st, 2020)
22
+ -----------
19
23
#. Head motion correction.
24
+
20
25
#. Eddy current correction.
21
- #. Susceptibility distortion correction.
22
- #. Gibbs ringing (using DIPY's image-based implementation).
26
+
27
+ For this release, these two will be done doing something related to the
28
+ SHOREline approach In cases where the data are "shelled", 3dSHORE will be
29
+ used as the diffusion model. If the data are single-shell, we will use SFM
30
+ as the diffusion model.
31
+
23
32
#. Identification of outliers.
33
+
34
+ Version 0.5 (May 1st, 2020)
35
+ -----------
36
+
24
37
#. Registration between dMRI and T1w image.
25
38
39
+ #. Identification of outlier measurements (+ imputation?)
40
+
41
+ If we get around to doing thesee steps earlier, they can also be included in
42
+ earlier releases.
43
+
44
+
45
+ Version 1.0 (Targetted for September 2020)
46
+ -----------
47
+
48
+ After integrating the above steps, we will spend the time leading to a 1.0
49
+ testing the software on various datasets, evaluating and validating the
50
+ resulting derivatives.
51
+
52
+
53
+ Long-term plans
54
+ ---------------
55
+
56
+ In the long run we would like to explore the following processing steps:
57
+
58
+ - Gibbs ringing (using DIPY's image-based implementation).
59
+
60
+ - Denoising (e.g., MP-PCA)
61
+
62
+ - Rician bias correction
63
+
64
+ - Gradient non-linearity correction
65
+
66
+ - Bias field correction
67
+
68
+ - Signal drift correction
69
+
26
70
27
71
28
72
0 commit comments