BOSlib 0.0.4__py3-none-any.whl → 0.0.5__py3-none-any.whl

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/__init__.py CHANGED
@@ -6,4 +6,4 @@ from .reconstruction_utils import *
6
6
  from .culculate_refractiveindex import *
7
7
  from .evaluation import *
8
8
 
9
- __version__ = '0.0.4'
9
+ __version__ = '0.0.5'
BOSlib/reconstruction.py CHANGED
@@ -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 ART(sinogram, mu, e, reconstruction_angle : float,circle=True):
78
+ def SIRT(sinogram, mu, e, reconstruction_angle : float,circle=True):
79
79
  """
80
- Perform Algebraic Reconstruction Technique (ART) to reconstruct images from a sinogram.
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: BOSlib
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: the library of Background Oriented Schlieren
5
5
  Home-page: https://github.com/ogayuuki0202/BOSlib
6
6
  Download-URL: https://github.com/ogayuuki0202/BOSlib
@@ -1,13 +1,13 @@
1
- BOSlib/__init__.py,sha256=00N8-Ti4_R4lmLuqi08jwokhPvlvudBQXpHRZveEtds,225
1
+ BOSlib/__init__.py,sha256=HODMt_XXeKzMteOv7AGvh75N9xVKDsMPyf0UTclMxac,225
2
2
  BOSlib/culculate_refractiveindex.py,sha256=v-yIZEtsJchOjO7RFIR3XU4mCYdmbGxKjar03OC5MsA,3421
3
3
  BOSlib/evaluation.py,sha256=Ipf5TUXFRuVlwILucJRyqZRazS02Wb7QQ6okXw-P4Vs,12809
4
- BOSlib/reconstruction.py,sha256=qBxid-wJfsyTfKK1EWa6NejxJ7lHA1HEeIRV6743k98,6545
4
+ BOSlib/reconstruction.py,sha256=koviyEy7-fcJxW--N0Esp3YVsgpqKkPQDstji0VmQqQ,6371
5
5
  BOSlib/reconstruction_utils.py,sha256=hoJQ9crumwdLvmOkIpWasADi2H3-3272P3QPhTrcWu8,1809
6
6
  BOSlib/shift.py,sha256=fa0QxJXuBUELOmLLT2dB_uNaWMU5oxeTI0ZScZx5c5c,14877
7
7
  BOSlib/shift_utils.py,sha256=XZ7cwKWV6gkPBcWDkhgU34fRNt1nxAFJNZqC42NIqbk,9397
8
8
  BOSlib/utils.py,sha256=ceuHxQmvIsx6z2iudQC9j3SVpQ0m9myTBXuWf6C1eMs,6934
9
- BOSlib-0.0.4.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
10
- BOSlib-0.0.4.dist-info/METADATA,sha256=beniVbiXOpdcT5iQgI4Lh6l9Xe6wFH46-2hLDq6ffYI,3458
11
- BOSlib-0.0.4.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
12
- BOSlib-0.0.4.dist-info/top_level.txt,sha256=ZLqE8iduIk6Ng-LYGvz_faKu-yW4JJwjJpOsXDfBo14,7
13
- BOSlib-0.0.4.dist-info/RECORD,,
9
+ BOSlib-0.0.5.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
10
+ BOSlib-0.0.5.dist-info/METADATA,sha256=kUjIhzAC_VxjlYjcE8429xJ7ZmsGV30Vm9i37OzCVnc,3458
11
+ BOSlib-0.0.5.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
12
+ BOSlib-0.0.5.dist-info/top_level.txt,sha256=ZLqE8iduIk6Ng-LYGvz_faKu-yW4JJwjJpOsXDfBo14,7
13
+ BOSlib-0.0.5.dist-info/RECORD,,
File without changes