ler 0.1.7__py2.py3-none-any.whl → 0.1.8__py2.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.
Potentially problematic release.
This version of ler might be problematic. Click here for more details.
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: ler
|
|
3
|
+
Version: 0.1.8
|
|
4
|
+
Summary: Gravitational waves Lensing Rates
|
|
5
|
+
Home-page: https://github.com/hemantaph/ler
|
|
6
|
+
Author: Hemantakumar
|
|
7
|
+
Author-email: hemantaphurailatpam@gmail.com
|
|
8
|
+
License: MIT
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
Requires-Dist: setuptools (>=67.8.0)
|
|
11
|
+
Requires-Dist: numpy (>=1.18)
|
|
12
|
+
Requires-Dist: numba (==0.56.4)
|
|
13
|
+
Requires-Dist: bilby (>=1.0.2)
|
|
14
|
+
Requires-Dist: pycbc (<=2.0.6)
|
|
15
|
+
Requires-Dist: gwsnr (>=0.1)
|
|
16
|
+
Requires-Dist: scipy (>=1.9.0)
|
|
17
|
+
Requires-Dist: lenstronomy (>=1.10.4)
|
|
18
|
+
Requires-Dist: astropy (>=5.1)
|
|
19
|
+
Requires-Dist: tqdm (>=4.64.1)
|
|
20
|
+
Requires-Dist: pointpats (>=2.3)
|
|
21
|
+
Requires-Dist: shapely (>=2.0.1)
|
|
22
|
+
|
|
23
|
+
# LeR
|
|
24
|
+
|
|
25
|
+
`LeR` is a statistical based python package whose core function is to calculate detectable rates of both lensing and unlensed GW events. This calculation very much dependent on the other functionality of the package, which can be subdivided into three parts; 1. Sampling of compact binary source properties, 2. Sampling of lens galaxy characteristics and 3. Solving the lens equation to get image properties of the source. The package as a whole relies on `numpy` array operation, `scipy` interpolation and `multiprocessing` functionality of python to increase speed and functionality without compromising on the ease-of-use. The API of `LeR` is structure such that each functionality mentioned stands on this own right for scientific research but also can be used together as needed. Keys features of `LeR` and its dependencies can be summarized as follows,
|
|
26
|
+
|
|
27
|
+
- Detectable merger rates:
|
|
28
|
+
* Calculation not only relies on the properties of simulated events but also on detectability provided by the condition of the GW detectors. For this, `LeR` relies on `gwsnr` for the calculation of optimal signl-to-noise ratio (SNR). Due to prowess of `gwsnr`, rate calulation can be done both for present and future detectors with customizable sensitivities.
|
|
29
|
+
* Merger rates of both the simulated unlensed and lensed events can be calculated and compared.
|
|
30
|
+
- Sampling GW sources:
|
|
31
|
+
* Distribution of source's red-shift is based on the merger rate density of compact binaries, which can be BBH [cite](https://arxiv.org/abs/2306.03827), BNS [cite](https://arxiv.org/abs/2306.03827), primodial black holes (PBHs) [cite](https://arxiv.org/abs/2306.03827) etc. The code is designed to accomodate easy updates or additions of such distribution by the users in the future.
|
|
32
|
+
* Sampling of BBH masses is done using `gwcosmo` follwing the powerlaw+peak model. Other related properties are sampled from available priors of `bilby`. Each of them can me manually replaced by the user before feeding in for rate computation.
|
|
33
|
+
- Sampling of lens galaxies:
|
|
34
|
+
* Lens distribution of follows [cite](https://arxiv.org/abs/2306.03827). It depends on the sampled source red-shifts and also on the optical depth [cite](https://arxiv.org/abs/2306.03827).
|
|
35
|
+
* `LeR` employs Elliptical Power Law model with external shear (EPL+Shear) model for sampling other features of the galaxy, which is available in the `Lenstronomy` package.
|
|
36
|
+
* Rejection sampling is applied on the above samples on condition that whether event is strongly lensed or not.
|
|
37
|
+
- Generation of image properties:
|
|
38
|
+
* Source position is sampled from the caustic in the source plane.
|
|
39
|
+
* Sampled lens' properties and source position is fed in `Lenstronomy` to generate properties of the images.
|
|
40
|
+
* Properties like magnification and time-delay is important as it modifies the source signal strength which in turns changes the SNR and detect ability.
|
|
41
|
+
* `LeR` can handle both super-therhold and sub-threshold events in picking detectable events and rate computation.
|
|
42
|
+
|
|
43
|
+
`LeR` was written to used by both LIGO scientific collaboration and research students for related works in astrophysics. It is currently use in generating detectable lensing events and GW lensing rates with the available information on current and future detectors. The results will predicts the feasibility of various detectors on the detection of such lensing events. Statistics generated from `LeR` will be use in event validation of the ongoing effort to detected lensed gravitational waves. Lastly, `LeR` was design with upgradability in mind to include additional statistics as required by the related research.
|
|
44
|
+
|
|
45
|
+
# Installation
|
|
46
|
+
|
|
47
|
+
Follow the installation instruction at [ler.readthedoc](https://ler.readthedocs.io/en/latest/installation.html)
|
|
@@ -4,7 +4,7 @@ ler/lens_galaxy_population.py,sha256=bLxcvPw0tOM_gTFtHIe9CShgb2bJtsThtoXFPRbXJgM
|
|
|
4
4
|
ler/ler.py,sha256=x9oXntzK3SqxxO4q4I7JX21d2WrDtcqnHUgRPqhEVzU,62630
|
|
5
5
|
ler/multiprocessing_routine.py,sha256=xazcM5V0w_ACiqo6DuBqP1DkX4-B-rCuTKSXRexxNxA,16064
|
|
6
6
|
ler/source_population.py,sha256=vmUDmiKDkhlMS1KprFm6lmLbnqyWY-U0JxWT011wPxU,34396
|
|
7
|
-
ler-0.1.
|
|
8
|
-
ler-0.1.
|
|
9
|
-
ler-0.1.
|
|
10
|
-
ler-0.1.
|
|
7
|
+
ler-0.1.8.dist-info/METADATA,sha256=zdFUgMLBU2nu660sGPRBGI0SbZ3IKDtz6sA09CAqCwU,4419
|
|
8
|
+
ler-0.1.8.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
|
9
|
+
ler-0.1.8.dist-info/top_level.txt,sha256=VWeWLF_gNMjzquGmqrLXqp2J5WegY86apTUimMTh68I,4
|
|
10
|
+
ler-0.1.8.dist-info/RECORD,,
|
ler-0.1.7.dist-info/METADATA
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: ler
|
|
3
|
-
Version: 0.1.7
|
|
4
|
-
Summary: Lensing Rates
|
|
5
|
-
Home-page: https://github.com/hemantaph/ler
|
|
6
|
-
Author: Hemantakumar
|
|
7
|
-
Author-email: hemantaphurailatpam@gmail.com
|
|
8
|
-
License: MIT
|
|
9
|
-
Requires-Dist: setuptools (>=67.8.0)
|
|
10
|
-
Requires-Dist: numpy (>=1.18)
|
|
11
|
-
Requires-Dist: numba (==0.56.4)
|
|
12
|
-
Requires-Dist: bilby (>=1.0.2)
|
|
13
|
-
Requires-Dist: pycbc (<=2.0.6)
|
|
14
|
-
Requires-Dist: gwsnr (>=0.1)
|
|
15
|
-
Requires-Dist: scipy (>=1.9.0)
|
|
16
|
-
Requires-Dist: lenstronomy (>=1.10.4)
|
|
17
|
-
Requires-Dist: astropy (>=5.1)
|
|
18
|
-
Requires-Dist: tqdm (>=4.64.1)
|
|
19
|
-
Requires-Dist: pointpats (>=2.3)
|
|
20
|
-
Requires-Dist: shapely (>=2.0.1)
|
|
21
|
-
|
|
File without changes
|
|
File without changes
|