Returns the joint progenitor probability (probability that a galaxy is a spheroid at z=0) for a given redshift, mass, environment (percentile) and star-formation rate.
Project description
[](https://pypi.python.org/pypi/progenitor-probability/) [](https://pypi.python.org/pypi/progenitor-probability/)
## *README* for `tabulate_progenitor_probability.py`
### Reference:
[***Martin et al. 2018a***](https://doi.org/10.1093/mnras/stx3057 "Martin+18a"),
*Martin, G., Kaviraj, S., Devriendt J. E. G., Dubois Y., Pichon C. and Laigle C., MNRAS, 474, 3140*
### Contact:
[g.martin4@herts.ac.uk](mailto:g.martin4@herts.ac.uk "email")
### Purpose:
Reads `fractions.dat` binary file and returns the joint progenitor probability for given redshift, mass, environment (percentile) and star-formation rate (i.e. the probability that a galaxy with given properties has spheroidal morphology at z=0). If one or more dimensions are not specified, the joint progenitor probability is returned with missing dimensions marginalised out.
### Prerequisites:
* `fractions.dat`
* numpy
* scipy
### Installation:
pip install progenitor-probability
### Usage:
#### Using the built-in script:
```
tabulate_progenitor_probability.py -z 0.4 -m 10.8
0.266751184855
```
```
tabulate_progenitor_probability.py --help
usage: tabulate_progenitor_probability.py [-h] [-z REDSHIFT] [-m MASS]
[-p DENSITY] [-s SFR]
optional arguments:
-h, --help show this help message and exit
-z REDSHIFT, --redshift REDSHIFT
Redshift
-m MASS, --mass MASS Log10 stellar mass/M_sun
-p DENSITY, --density DENSITY
Local number density percentile [0,100]
-s SFR, --SFR SFR SFR in M_sun/yr
```
**-z** *redshift*
**-m** *log<sub>10</sub>(stellar mass / M<sub>sun</sub>)*
**-p** *percentile of local number density* in the range [0,100] (see [Martin et al. 2018a](https://doi.org/10.1093/mnras/stx3057 "Martin+18a"))
**-s** *star formation rate in M<sub>sun</sub>/yr*
#### Importing the package
```
from progenitor_probability import progenitor_probability
>>> progenitor_probability(redshift=0.4, mass=10.8)
0.266751184855
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for progenitor_probability-1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd02ac388dd07eb41328578844783591d83b63a8ed17715e4a566482bcd7caf5 |
|
MD5 | dba44e43e29ae6a1b6ce501716586f64 |
|
BLAKE2b-256 | 47c342ea227071758604751e6ae6b49952f7398c3b05514434572ef20f5b7fac |
Close
Hashes for progenitor_probability-1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d02f2cf158fdde806b485079c7a0d1f07085b3c6650589d8a81db1c5dcfa85ae |
|
MD5 | c536e1a15597227a05514feb89e5dc76 |
|
BLAKE2b-256 | 3661501cd2b13b6245f1f3942fac217c5d88a9f372e7222a1707bff92aadf3ce |