Skip to content

Commit 959fe21

Browse files
committed
Add n4 bias section and update preprocessor info
1 parent 9f4fdbb commit 959fe21

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

docs/source/brainles-preprocessing.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

docs/source/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

docs/source/n4-bias-correction.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+

0 commit comments

Comments
 (0)