Tools for stellar tracks & isochrones.
Project description
berliner
Tools for stellar tracks & isochrones.
author
Bo Zhang, bozhang@nao.cas.cn
home page
install
- for the latest stable version:
pip install berliner
- for the latest github version:
pip install git+git://github.com/hypergravity/berliner
doc (TODO...)
How to download isochrones from CMD 3.2
# import CMD
from berliner.parsec import CMD
# initialize it
c = CMD()
# define your grid of logAge and [M/H] as tuple(lower, upper, step)
grid_logage = (6, 10.2, 0.1)
grid_mh = (-2.6, 0.5, 0.1)
# download isochrones in parallel
isoc_lgage, isoc_mhini, isoc_list_2mass_wise = c.get_isochrone_grid_mh(
grid_logage=grid_logage, grid_mh=grid_mh, photsys_file="2mass_spitzer_wise",
n_jobs=50, verbose=10)
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
berliner-0.0.10.tar.gz
(36.2 kB
view hashes)
Built Distribution
berliner-0.0.10-py3-none-any.whl
(45.1 kB
view hashes)
Close
Hashes for berliner-0.0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6c7ed9dca7f94035b7cad203b5224f8f73f4bf334be91af95e4d982566bcc23 |
|
MD5 | 3be7d6bf94fae27c123f52368e74f2ee |
|
BLAKE2b-256 | 46bae1cd4069253d7f17ade19072fa8930a44044e56d3c50af26c10069ba3bb9 |