Skip to main content

Defines objects for interpolating stellar model grids.

Project description

Provides simple interface for interacting with stellar model grids. The guts of this code is a 3-d linear interpolation in mass, age, Fe/H space. That is, the model predicts the various properties as functions of these inputs.

Basic usage:

>>> from isochrones.dartmouth import Dartmouth_Isochrone
>>> dar = Dartmouth_Isochrone()
>>> dar.radius(1.0,9.6,0.0) #mass [solar], log(age), Fe/H
0.9886235

or, more generally (results returned in pandas DataFrame object):

>>> dar(1.0,9.6,0.0)
      B_mag   D51_mag     H_mag     I_mag     J_mag     K_mag  Kepler_mag  \
0  5.430236  4.933568  3.334693  4.082671  3.645123  3.300209    4.536936
R_mag         Teff     U_mag    V_mag  age     g_mag     i_mag  \
0  4.408233  5845.864438  5.624884  4.76735  9.6  5.060191  4.487868
logL      logg  mass     r_mag    radius     z_mag
0  0.010176  4.448366     1  4.589966  0.988624  4.482989

Note that the first time a stellar model module is loaded, it will download the necessary data (~few hundred MB) and save it to a folder in your home directory called ~/.isochrones.

Project details


Download files

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

Source Distribution

isochrones-0.6-beta.tar.gz (12.8 kB view details)

Uploaded Source

File details

Details for the file isochrones-0.6-beta.tar.gz.

File metadata

  • Download URL: isochrones-0.6-beta.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for isochrones-0.6-beta.tar.gz
Algorithm Hash digest
SHA256 770a55fef71bff72bde99e0ae74d42c5cf8a4459fcb8fe21a6a569acf28ce64d
MD5 254687d626872f3921dab1b7525f2de9
BLAKE2b-256 e18f2e48571ea740787fdea9d7619bd5f673c7f69bb713201406b9772e172380

See more details on using hashes here.

Supported by

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