AOT-biomaps 2.9.214__py3-none-any.whl → 2.9.216__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.
- AOT_biomaps/AOT_Experiment/_mainExperiment.py +2 -4
- AOT_biomaps/__init__.py +3 -1
- {aot_biomaps-2.9.214.dist-info → aot_biomaps-2.9.216.dist-info}/METADATA +1 -1
- {aot_biomaps-2.9.214.dist-info → aot_biomaps-2.9.216.dist-info}/RECORD +6 -6
- {aot_biomaps-2.9.214.dist-info → aot_biomaps-2.9.216.dist-info}/WHEEL +0 -0
- {aot_biomaps-2.9.214.dist-info → aot_biomaps-2.9.216.dist-info}/top_level.txt +0 -0
|
@@ -309,9 +309,7 @@ class Experiment(ABC):
|
|
|
309
309
|
signal = np.frombuffer(file.read(n_acquisitions * 4), dtype=np.float32)
|
|
310
310
|
AOsignal_matrix[:, event] = signal # Remplir par colonne
|
|
311
311
|
|
|
312
|
-
|
|
313
|
-
# (si ntimes = n_events et n_acq = n_acquisitions)
|
|
314
|
-
AOsignal_matrix = AOsignal_matrix.T
|
|
312
|
+
AOsignal_matrix = AOsignal_matrix
|
|
315
313
|
|
|
316
314
|
return AOsignal_matrix
|
|
317
315
|
|
|
@@ -347,7 +345,7 @@ class Experiment(ABC):
|
|
|
347
345
|
header_content = (
|
|
348
346
|
f"Data filename: {'AOSignals_withTumor.cdf' if withTumor else 'AOSignals_withoutTumor.cdf'}\n"
|
|
349
347
|
f"Number of events: {nScan}\n"
|
|
350
|
-
f"Number of acquisitions per event: {AO_signal.shape[
|
|
348
|
+
f"Number of acquisitions per event: {AO_signal.shape[0]}\n"
|
|
351
349
|
f"Start time (s): 0\n"
|
|
352
350
|
f"Duration (s): 1\n"
|
|
353
351
|
f"Acquisition frequency (Hz): {1/self.AcousticFields[0].kgrid.dt}\n"
|
AOT_biomaps/__init__.py
CHANGED
|
@@ -82,7 +82,7 @@ from .AOT_Recon.AOT_PotentialFunctions.RelativeDifferences import *
|
|
|
82
82
|
from .Config import config
|
|
83
83
|
from .Settings import *
|
|
84
84
|
|
|
85
|
-
__version__ = '2.9.
|
|
85
|
+
__version__ = '2.9.216'
|
|
86
86
|
__process__ = config.get_process()
|
|
87
87
|
|
|
88
88
|
def initialize(process=None):
|
|
@@ -248,6 +248,8 @@ def initialize(process=None):
|
|
|
248
248
|
|
|
249
249
|
|
|
250
250
|
|
|
251
|
+
|
|
252
|
+
|
|
251
253
|
|
|
252
254
|
|
|
253
255
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
AOT_biomaps/Config.py,sha256=ghEOP1n8aO1pR-su13wMeAZAxZRfry5hH67NbtZ8SqI,3614
|
|
2
2
|
AOT_biomaps/Settings.py,sha256=v8fPhnvvcfBJP29m1RLOTEr3jndGLGwbUiORXmsj2Bo,2853
|
|
3
|
-
AOT_biomaps/__init__.py,sha256=
|
|
3
|
+
AOT_biomaps/__init__.py,sha256=xLnxMqvxcnMaz1SxBFK00H3qB891lpWXtB7Uz-y13eE,4302
|
|
4
4
|
AOT_biomaps/AOT_Acoustic/AcousticEnums.py,sha256=s5kXa6jKzbS4btwbubrVcynLOr0yg5tth5vL_FGfbMk,1802
|
|
5
5
|
AOT_biomaps/AOT_Acoustic/AcousticTools.py,sha256=al7xXKMY5e-qQQ7nrQVPVAmqYiB320OluNlY6ti8iKc,7539
|
|
6
6
|
AOT_biomaps/AOT_Acoustic/FocusedWave.py,sha256=3kGKKDx_3Msy5COYqIwzROPORGWvNjw8UsDanBfkMXE,11037
|
|
@@ -12,7 +12,7 @@ AOT_biomaps/AOT_Acoustic/_mainAcoustic.py,sha256=RdmhRF1i0KAlpsP7_wnZ7F4J27br3eU
|
|
|
12
12
|
AOT_biomaps/AOT_Experiment/Focus.py,sha256=B2nBawmv-NG2AWJx9zgQ8GlN6aFB9FwTSqX-M-phKXg,3193
|
|
13
13
|
AOT_biomaps/AOT_Experiment/Tomography.py,sha256=LoQ304X9pUwpGn_BqNx1JijRFBFtI5Vz2R7bFIKyYKM,20954
|
|
14
14
|
AOT_biomaps/AOT_Experiment/__init__.py,sha256=H9zMLeBLA6uhbaHohAa-2u5mDDxqJi8oE5c6tShdQp8,308
|
|
15
|
-
AOT_biomaps/AOT_Experiment/_mainExperiment.py,sha256=
|
|
15
|
+
AOT_biomaps/AOT_Experiment/_mainExperiment.py,sha256=qB7B29HPn-8KjjisYJBYXNqpznHMbxEq8MtUN4hB1Dg,24014
|
|
16
16
|
AOT_biomaps/AOT_Optic/Absorber.py,sha256=jEodzRy7gkEH-wbazVasRQiri0dU16BfapmR-qnTSvM,867
|
|
17
17
|
AOT_biomaps/AOT_Optic/Laser.py,sha256=uzQwxswjU0kZWix3CmZLoWmhsBa3VhN27STprNv-xB8,2986
|
|
18
18
|
AOT_biomaps/AOT_Optic/OpticEnums.py,sha256=b349_JyjHqQohmjK4Wke-A_HLGaqb3_BKbyUqFC4jxY,499
|
|
@@ -37,7 +37,7 @@ AOT_biomaps/AOT_Recon/AOT_PotentialFunctions/Huber.py,sha256=dRd1t5OBag_gVmfji3L
|
|
|
37
37
|
AOT_biomaps/AOT_Recon/AOT_PotentialFunctions/Quadratic.py,sha256=wTbzcXxMdEl9ReEXrL43DOJQecokBwJYU_s2kQUASZY,2545
|
|
38
38
|
AOT_biomaps/AOT_Recon/AOT_PotentialFunctions/RelativeDifferences.py,sha256=dgB3Vt40S5D1VerHr-h-YnzB5xNCt6amE19-C0zyIpU,2253
|
|
39
39
|
AOT_biomaps/AOT_Recon/AOT_PotentialFunctions/__init__.py,sha256=RwrJdLOFbAFBFnRxo5xdlOyeZgtQRDaRWDN9-uCGUiY,84
|
|
40
|
-
aot_biomaps-2.9.
|
|
41
|
-
aot_biomaps-2.9.
|
|
42
|
-
aot_biomaps-2.9.
|
|
43
|
-
aot_biomaps-2.9.
|
|
40
|
+
aot_biomaps-2.9.216.dist-info/METADATA,sha256=EWVh3UxU1a5Thdxdx5KgruHt0-1a9zOKIYIhAd1utVE,663
|
|
41
|
+
aot_biomaps-2.9.216.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
42
|
+
aot_biomaps-2.9.216.dist-info/top_level.txt,sha256=6STF-lT4kaAnBHJYCripmN5mZABoHjMuY689JdiDphk,12
|
|
43
|
+
aot_biomaps-2.9.216.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|