lisaanalysistools 1.0.9__cp312-cp312-macosx_10_9_x86_64.whl → 1.0.10__cp312-cp312-macosx_10_9_x86_64.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 lisaanalysistools might be problematic. Click here for more details.
- {lisaanalysistools-1.0.9.dist-info → lisaanalysistools-1.0.10.dist-info}/METADATA +2 -2
- {lisaanalysistools-1.0.9.dist-info → lisaanalysistools-1.0.10.dist-info}/RECORD +9 -9
- {lisaanalysistools-1.0.9.dist-info → lisaanalysistools-1.0.10.dist-info}/WHEEL +1 -1
- lisatools/_version.py +1 -1
- lisatools/cutils/detector_cpu.cpython-312-darwin.so +0 -0
- lisatools/detector.py +0 -1
- lisatools/sources/utils.py +18 -2
- {lisaanalysistools-1.0.9.dist-info → lisaanalysistools-1.0.10.dist-info}/LICENSE +0 -0
- {lisaanalysistools-1.0.9.dist-info → lisaanalysistools-1.0.10.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: lisaanalysistools
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.10
|
|
4
4
|
Home-page: https://github.com/mikekatz04/LISAanalysistools
|
|
5
5
|
Author: Michael Katz
|
|
6
6
|
Author-email: mikekatz04@gmail.com
|
|
@@ -66,7 +66,7 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
|
|
|
66
66
|
|
|
67
67
|
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/mikekatz04/LISAanalysistools/tags).
|
|
68
68
|
|
|
69
|
-
Current Version: 1.0.
|
|
69
|
+
Current Version: 1.0.10
|
|
70
70
|
|
|
71
71
|
## Authors/Developers
|
|
72
72
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
lisatools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
lisatools/_version.py,sha256=
|
|
2
|
+
lisatools/_version.py,sha256=rrQg9RuwmpsEKf63sR6w0kWC6dP3jibZZD8wvMlcM8E,124
|
|
3
3
|
lisatools/analysiscontainer.py,sha256=kvTP0KSzfAlLBkeF3RNn0BcZs_K1Z0ntQA4xglfxqgI,15345
|
|
4
4
|
lisatools/datacontainer.py,sha256=QVz0twD46Fl_J-ueGQUCXOJkkXUEum7yrwp9LaVeohU,9853
|
|
5
|
-
lisatools/detector.py,sha256=
|
|
5
|
+
lisatools/detector.py,sha256=RhWIj5SaMpOGOc5_i7GkYf8vkoEqzxUU_or1eSEwb8Q,21007
|
|
6
6
|
lisatools/diagnostic.py,sha256=o9vtfXbY3yMDk4cGNeOsTrlP7gYG_BRROw7gyuThDaM,34192
|
|
7
7
|
lisatools/sensitivity.py,sha256=cUgYvfsfd-MrKCAUk2rwb-oQm6IfHI-IMndbRLOKqVs,27380
|
|
8
8
|
lisatools/stochastic.py,sha256=CysAQ5BIVD349fLjAMpZAXaT0X0dFjrd4QFi0vfqops,9458
|
|
9
9
|
lisatools/cutils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
|
-
lisatools/cutils/detector_cpu.cpython-312-darwin.so,sha256=
|
|
10
|
+
lisatools/cutils/detector_cpu.cpython-312-darwin.so,sha256=sYWmMV8OJKuqkbrnr9jfPomur9WR5pVVU2eWG_XumJk,154720
|
|
11
11
|
lisatools/cutils/include/Detector.hpp,sha256=Ic37OgP-gvEg8qouhv9aFYf7vQP98tJ_i6PGu8RI1YQ,2050
|
|
12
12
|
lisatools/cutils/include/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
lisatools/cutils/include/global.hpp,sha256=3VPiqglTMRrIBXlEvDUJO2-CjKy_SLUXZt-9A1fH6lQ,572
|
|
@@ -24,7 +24,7 @@ lisatools/sampling/moves/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
24
24
|
lisatools/sampling/moves/skymodehop.py,sha256=0nf72eFhFMGwi0dLJci6XZz-bIMGqco2B2_J72hQvf8,3348
|
|
25
25
|
lisatools/sources/__init__.py,sha256=Fm085xHQ3VpRjqaSlws0bdVefFofAxNzVZyGQQYrQic,140
|
|
26
26
|
lisatools/sources/defaultresponse.py,sha256=2SMbRf-UwgLNaA89tIANjw4BCKh1XEuRg5mgkvAg3-k,839
|
|
27
|
-
lisatools/sources/utils.py,sha256=
|
|
27
|
+
lisatools/sources/utils.py,sha256=5blfG4ozaN1QgOZR49o1vDH6E9_x0g1dNGfsRiTrVeo,14342
|
|
28
28
|
lisatools/sources/waveformbase.py,sha256=JPLqLZd1e-6E3ySyXodO83nZGH8bVq2K_s8sF2Oy84w,845
|
|
29
29
|
lisatools/sources/bbh/__init__.py,sha256=M3yP4eaScZZMhOucn88iiJ2WGL6zZTQI0xUEnmw4Nu8,37
|
|
30
30
|
lisatools/sources/bbh/waveform.py,sha256=-xg2uYB8AWf233W34hxwLsnlSYPF9d7TqzNfXj95zaA,2599
|
|
@@ -36,8 +36,8 @@ lisatools/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
36
36
|
lisatools/utils/constants.py,sha256=r1kVwkpbZS13JTOxj2iRxT5sMgTYX30y-S0JdVmD5Oo,1354
|
|
37
37
|
lisatools/utils/pointeradjust.py,sha256=2sT-7qeYWr1pd_sHk9leVHUTSJ7jJgYIRoWQOtYqguE,2995
|
|
38
38
|
lisatools/utils/utility.py,sha256=MKqRsG8qRI1xCsj51mt6QRa80-deUUgedxibyMV3KD4,6776
|
|
39
|
-
lisaanalysistools-1.0.
|
|
40
|
-
lisaanalysistools-1.0.
|
|
41
|
-
lisaanalysistools-1.0.
|
|
42
|
-
lisaanalysistools-1.0.
|
|
43
|
-
lisaanalysistools-1.0.
|
|
39
|
+
lisaanalysistools-1.0.10.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
40
|
+
lisaanalysistools-1.0.10.dist-info/METADATA,sha256=hOqVWPDpsoy9kyzDpSwLA9dgJxF9rY1SnSSWJxiUyMY,4202
|
|
41
|
+
lisaanalysistools-1.0.10.dist-info/WHEEL,sha256=Vn5rrdwmXMBVNlKjgSWDNoqXXbGpTeTFNnBfj813LFw,110
|
|
42
|
+
lisaanalysistools-1.0.10.dist-info/top_level.txt,sha256=qXUn8Xi8yvK0vr3QH0vvT5cmoccjSj-UPeKGLAxdYGo,10
|
|
43
|
+
lisaanalysistools-1.0.10.dist-info/RECORD,,
|
lisatools/_version.py
CHANGED
|
Binary file
|
lisatools/detector.py
CHANGED
lisatools/sources/utils.py
CHANGED
|
@@ -90,6 +90,21 @@ class CalculationController:
|
|
|
90
90
|
return opt_snr
|
|
91
91
|
|
|
92
92
|
|
|
93
|
+
def mT_q_to_m1_m2(mT: float, q: float) -> Tuple[float, float]:
|
|
94
|
+
"""
|
|
95
|
+
q <= 1.0
|
|
96
|
+
"""
|
|
97
|
+
return (mT / (1 + q), (q * mT) / (1 + q))
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
def dist_convert(x: float) -> float:
|
|
101
|
+
return x * 1e9 * PC_SI
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
def time_convert(x: float) -> float:
|
|
105
|
+
return x * YRSID_SI
|
|
106
|
+
|
|
107
|
+
|
|
93
108
|
class BBHCalculationController(CalculationController):
|
|
94
109
|
"""Calculation controller for BBHs.
|
|
95
110
|
|
|
@@ -104,10 +119,11 @@ class BBHCalculationController(CalculationController):
|
|
|
104
119
|
# transforms from information matrix basis
|
|
105
120
|
parameter_transforms = {
|
|
106
121
|
0: np.exp,
|
|
107
|
-
4:
|
|
122
|
+
4: dist_convert,
|
|
108
123
|
7: np.arccos,
|
|
109
124
|
9: np.arcsin,
|
|
110
|
-
11:
|
|
125
|
+
11: time_convert,
|
|
126
|
+
(0, 1): mT_q_to_m1_m2,
|
|
111
127
|
}
|
|
112
128
|
self.transform_fn = TransformContainer(
|
|
113
129
|
parameter_transforms=parameter_transforms, fill_dict=None # fill_dict
|
|
File without changes
|
|
File without changes
|