Skip to main content

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

How to download isochrones from CMD 3.4

last tested: 2021-03-31

# import CMD
from berliner.parsec import CMD
# initialize it
c = CMD()

# Example 1: download one isochrone
c.get_one_isochrone(
    logage=9.0,     # log age
    z=0.0152,       # if [M/H] is not set, z is used
    mh=None,        # [M/H]
    photsys_file='2mass_spitzer', # photometric system
    )

# Example 2: download a grid of isochrones
# 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)

# More ... 
c.help()            # take a look at the output, it may help you!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

berliner-0.1.1-py3-none-any.whl (45.8 kB view details)

Uploaded Python 3

File details

Details for the file berliner-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: berliner-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 45.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for berliner-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bb85057f5f319bc942e1da97e9cdbd2f6e72faf4392413c83f4294cb390ac4bb
MD5 328bced7597094a7caca9b3cf316fa32
BLAKE2b-256 6bb0e6a77c65e6763fa150ec94adcb16c0d886fee70820a6c8f7fbabe6fa751f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page