|
3 | 3 | Methods Description |
4 | 4 | ------------------- |
5 | 5 |
|
6 | | -Here we present a list of methods that exist in the HTTomolibGPU library with more detailed information in places compared to :ref:`reference_api`. |
7 | | - |
8 | | -.. _data_correction_module: |
9 | | - |
10 | | -Data correction module |
11 | | -^^^^^^^^^^^^^^^^^^^^^^ |
12 | | - |
13 | | -Modules from `Data correction` can be used as pre-processing (e.g. apply :ref:`method_outlier_removal` to raw projection data) or in some |
14 | | -cases as post-processing (e.g. apply :ref:`method_median_filter` to the result of the reconstruction) tools. |
15 | | - |
16 | | -.. toctree:: |
17 | | - :glob: |
18 | | - |
19 | | - methods_list/median_filter |
20 | | - methods_list/outlier_removal |
21 | | - |
22 | | - |
23 | | -.. _data_denoising_module: |
24 | | - |
25 | | -Data denoising module |
26 | | -^^^^^^^^^^^^^^^^^^^^^^ |
27 | | - |
28 | | -Modules from `Data denoising` can be used as post-processing tools. For instance, denoising procedures can be applied to the results of the reconstruction. |
| 6 | +Here we present a list of methods of the HTTomolibGPU library with more detailed information compared to :ref:`reference_api`. |
29 | 7 |
|
30 | 8 | .. toctree:: |
31 | 9 | :glob: |
32 | 10 |
|
33 | | - methods_list/total_variation_ROF |
34 | | - methods_list/total_variation_PD |
35 | | - |
36 | | -.. _stripes_removal_module: |
37 | | - |
38 | | -Stripes removal module |
39 | | -^^^^^^^^^^^^^^^^^^^^^^ |
40 | | - |
41 | | -Modules from `Stripes removal` are normally used as a pre-processing tool. Stripes removal is equivalent to removing ring artefacts in the reconstructed images. |
42 | | - |
43 | | - |
44 | | -.. toctree:: |
45 | | - :glob: |
46 | | - |
47 | | - methods_list/remove_stripe_based_sorting |
48 | | - methods_list/remove_all_stripe |
49 | | - methods_list/remove_stripe_ti |
50 | | - methods_list/raven_filter |
51 | | - |
52 | | - |
53 | | -.. _image_reconstruction_module: |
54 | | - |
55 | | -Image reconstruction module |
56 | | -^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
57 | | - |
58 | | -Modules from `Image reconstruction` are needed in order to reconstruct data from the set of sinograms into a reconstructed volume. The reconstruction methods can be divided into two groups: Direct methods and Iterative methods. |
59 | | -The former are faster and suitable for the majority of well-sampled and well-exposed data. The latter are more complex and slower methods when the data is erroneuos or/and undersampled. |
60 | | - |
61 | | -.. toctree:: |
62 | | - :glob: |
63 | | - |
64 | | - methods_list/LPRec3d_tomobar |
65 | | - methods_list/FBP3d_tomobar |
66 | | - methods_list/FBP2d_astra |
67 | | - |
68 | | - |
69 | | -.. _data_rescale_module: |
70 | | - |
71 | | -Data rescale module |
72 | | -^^^^^^^^^^^^^^^^^^^ |
73 | | - |
74 | | -Modules from `Data rescale` is usually needed when the data needs to be rescaled to be saved in different bit-type as images. |
75 | | - |
76 | | -.. toctree:: |
77 | | - :glob: |
78 | | - |
79 | | - methods_list/rescale_to_int |
80 | | - |
| 11 | + methods_list/stripe_removal_methods |
0 commit comments