File tree Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,21 @@ brainles_preprocessing
22============================================
33
44
5- modality
5+ Modality
66--------------------------------------------
77
88.. automodule :: brainles_preprocessing.modality
99
1010
11- preprocessor
11+ Preprocessor
1212--------------------------------------------
1313
14- .. automodule :: brainles_preprocessing.preprocessor
14+ .. automodule :: brainles_preprocessing.preprocessor.preprocessor
15+
16+
17+ .. automodule :: brainles_preprocessing.preprocessor.atlas_centric_preprocessor
18+
19+
20+ .. automodule :: brainles_preprocessing.preprocessor.native_space_preprocessor
1521
1622
Original file line number Diff line number Diff line change @@ -29,6 +29,13 @@ Indices and tables
2929 brainles-preprocessing.rst
3030
3131
32+ .. toctree ::
33+ :maxdepth: 2
34+ :caption: N4 Bias Correction:
35+
36+ n4-bias-correction.rst
37+
38+
3239.. toctree ::
3340 :maxdepth: 2
3441 :caption: brain_extraction:
Original file line number Diff line number Diff line change 1+ N4 Bias Correction
2+ ============================================
3+
4+
5+
6+ n4_bias_correction.n4_bias_corrector
7+ --------------------------------------------
8+
9+ .. automodule :: brainles_preprocessing.n4_bias_correction.n4_bias_corrector
10+
11+
12+ n4_bias_correction.sitk
13+ --------------------------------------
14+
15+ .. automodule :: brainles_preprocessing.n4_bias_correction.sitk.sitk_n4_bias_corrector
16+
You can’t perform that action at this time.
0 commit comments