Skip to content

Commit 2649c60

Browse files
committed
More road map, with target dates.
1 parent 85d5229 commit 2649c60

File tree

1 file changed

+50
-6
lines changed

1 file changed

+50
-6
lines changed

docs/roadmap.rst

Lines changed: 50 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,65 @@ This road-map serves as a guide for developers as well as a way for us to
88
communicate to users and other stake-holders aboout the expectations they should
99
have about the current functionality of the software and future developments.
1010

11-
12-
Version 0.3
13-
-----------
11+
Version 0.3 (Targetted for March 1st, 2020)
12+
------------
1413
This version should be considered an early alpha of the software, but will
1514
contain a full pipeline of processing from a raw BIDS dataset to analyzable data.
1615

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
1820

21+
Version 0.4 (April 1st, 2020)
22+
-----------
1923
#. Head motion correction.
24+
2025
#. 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+
2332
#. Identification of outliers.
33+
34+
Version 0.5 (May 1st, 2020)
35+
-----------
36+
2437
#. Registration between dMRI and T1w image.
2538

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+
2670

2771

2872

0 commit comments

Comments
 (0)