goad-py 0.6.0__cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 0.6.1__cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.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.
Potentially problematic release.
This version of goad-py might be problematic. Click here for more details.
goad_py/unified_convergence.py
CHANGED
|
@@ -217,11 +217,11 @@ class PHIPSMode(ConvergenceMode):
|
|
|
217
217
|
class BeamTracingConfig:
|
|
218
218
|
"""Beam tracing performance and accuracy parameters."""
|
|
219
219
|
|
|
220
|
-
beam_power_threshold: float = 0.
|
|
221
|
-
beam_area_threshold_fac: float =
|
|
222
|
-
cutoff: float = 0.
|
|
223
|
-
max_rec: int =
|
|
224
|
-
max_tir: int =
|
|
220
|
+
beam_power_threshold: float = 0.01
|
|
221
|
+
beam_area_threshold_fac: float = 0.01
|
|
222
|
+
cutoff: float = 0.999
|
|
223
|
+
max_rec: int = 10
|
|
224
|
+
max_tir: int = 10
|
|
225
225
|
|
|
226
226
|
def __post_init__(self):
|
|
227
227
|
"""Validate beam tracing parameters."""
|
|
@@ -283,7 +283,7 @@ class AdvancedConfig:
|
|
|
283
283
|
mapping: Optional[Any] = (
|
|
284
284
|
"ApertureDiffraction" # String that will be converted to enum in __post_init__
|
|
285
285
|
)
|
|
286
|
-
coherence: bool =
|
|
286
|
+
coherence: bool = True
|
|
287
287
|
fov_factor: Optional[float] = None
|
|
288
288
|
|
|
289
289
|
def __post_init__(self):
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
goad_py-0.6.
|
|
2
|
-
goad_py-0.6.
|
|
1
|
+
goad_py-0.6.1.dist-info/METADATA,sha256=kGFetpGrkXnyWZ4SgfvDOMh1Sgo9inQOS4poCBSVFLU,3238
|
|
2
|
+
goad_py-0.6.1.dist-info/WHEEL,sha256=cqfH6P_NujaeOc1olR46J5a7YgoxWJnrr5iZ1_DMqps,129
|
|
3
3
|
goad_py/__init__.py,sha256=iGJg-Oj9btk4I4GITkE7olNRm38uFRjENMJqXaDJmpM,1083
|
|
4
4
|
goad_py/_goad_py.abi3.so,sha256=WYDJhGXz8r-rG434vNbJ1W0e2XGX-3Q8fTM2zKWOEtY,2120392
|
|
5
5
|
goad_py/convergence.py,sha256=hXVvlfjVEKpOlxoiJ_NGDzDlCoSqyo6V7g3OxNp2xUA,35209
|
|
6
6
|
goad_py/goad_py.pyi,sha256=7Y79-TV-NjEN8DWPEqSRGQ7alCrkylL6y1ZK8d6FYSg,14502
|
|
7
7
|
goad_py/phips_convergence.py,sha256=sA7XIjKRLaRTIDCTjgq0i6xFxYhTD1rcu6ZMYAetDPE,21803
|
|
8
|
-
goad_py/unified_convergence.py,sha256=
|
|
9
|
-
goad_py-0.6.
|
|
8
|
+
goad_py/unified_convergence.py,sha256=mZzMDAjQha_bx3NENnHQw2EdBW0pgRV5ApKucsYwUBg,49210
|
|
9
|
+
goad_py-0.6.1.dist-info/RECORD,,
|
|
File without changes
|