BOSlib 0.0.4__tar.gz → 0.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {boslib-0.0.4 → boslib-0.0.5}/BOSlib/__init__.py +1 -1
- {boslib-0.0.4 → boslib-0.0.5}/BOSlib/reconstruction.py +3 -5
- {boslib-0.0.4 → boslib-0.0.5}/BOSlib.egg-info/PKG-INFO +1 -1
- {boslib-0.0.4 → boslib-0.0.5}/PKG-INFO +1 -1
- {boslib-0.0.4 → boslib-0.0.5}/BOSlib/culculate_refractiveindex.py +0 -0
- {boslib-0.0.4 → boslib-0.0.5}/BOSlib/evaluation.py +0 -0
- {boslib-0.0.4 → boslib-0.0.5}/BOSlib/reconstruction_utils.py +0 -0
- {boslib-0.0.4 → boslib-0.0.5}/BOSlib/shift.py +0 -0
- {boslib-0.0.4 → boslib-0.0.5}/BOSlib/shift_utils.py +0 -0
- {boslib-0.0.4 → boslib-0.0.5}/BOSlib/utils.py +0 -0
- {boslib-0.0.4 → boslib-0.0.5}/BOSlib.egg-info/SOURCES.txt +0 -0
- {boslib-0.0.4 → boslib-0.0.5}/BOSlib.egg-info/dependency_links.txt +0 -0
- {boslib-0.0.4 → boslib-0.0.5}/BOSlib.egg-info/requires.txt +0 -0
- {boslib-0.0.4 → boslib-0.0.5}/BOSlib.egg-info/top_level.txt +0 -0
- {boslib-0.0.4 → boslib-0.0.5}/LICENSE +0 -0
- {boslib-0.0.4 → boslib-0.0.5}/README.md +0 -0
- {boslib-0.0.4 → boslib-0.0.5}/setup.cfg +0 -0
- {boslib-0.0.4 → boslib-0.0.5}/setup.py +0 -0
@@ -75,13 +75,11 @@ def abel_transform(angle: np.ndarray, center: float, winy0: int, winy1: int, win
|
|
75
75
|
|
76
76
|
return ans
|
77
77
|
|
78
|
-
def
|
78
|
+
def SIRT(sinogram, mu, e, reconstruction_angle : float,circle=True):
|
79
79
|
"""
|
80
|
-
Perform
|
81
|
-
|
82
|
-
The ART method iteratively updates pixel values to minimize the error between projections
|
83
|
-
and the input sinogram, facilitating accurate image reconstruction from projections.
|
80
|
+
Perform Simultaneous Reconstruction Technique (SIRT) to reconstruct images from a sinogram.
|
84
81
|
|
82
|
+
|
85
83
|
Parameters
|
86
84
|
----------
|
87
85
|
sinogram : np.ndarray
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|