Defines objects for interpolating stellar model grids.
Project description
isochrones
==========
.. image:: https://zenodo.org/badge/6253/timothydmorton/isochrones.svg
:target: http://dx.doi.org/10.5281/zenodo.16304
Provides simple interface for interacting with stellar model grids.
Installation
-----------
Install with ``pip install isochrones`` or by cloning the repository
and running ``python setup.py install``.
Depends on normal scientific libraries (e.g. ``numpy``, ``pandas``, etc.),
as can easily be installed trouble-free via, e.g., the anaconda python distribution.
For usage details, `read the documentation <http://isochrones.rtfd.org>`_ or
check out the `demo notebook <http://nbviewer.ipython.org/github/timothydmorton/isochrones/blob/master/notebooks/demo.ipynb>`_.
Basic Usage
------------
For simplest out-of-the-box usage after installation, make a file called ``star.ini`` that
looks something like this::
Teff = 5770, 100
feh = 0.0, 0.15
logg = 4.5, 0.1
V = 10.0, 0.05
Any combination of spectroscopic or [supported] photometric properties, as well
as parallax, can go as properties into this file.
Once you've made this file, type ``starfit`` at the command line. Or if you want to be organized,
you can put ``star.ini`` in a folder called ``mystar`` [or whatever]
and run ``starfit mystar`` from the command line. The ``starfit`` script
will create an HDF5 file containing the saved ``StarModel``, which you
can load from python using ``StarModel.load_hdf``, as well as triangle
plots illustrating the fit.
==========
.. image:: https://zenodo.org/badge/6253/timothydmorton/isochrones.svg
:target: http://dx.doi.org/10.5281/zenodo.16304
Provides simple interface for interacting with stellar model grids.
Installation
-----------
Install with ``pip install isochrones`` or by cloning the repository
and running ``python setup.py install``.
Depends on normal scientific libraries (e.g. ``numpy``, ``pandas``, etc.),
as can easily be installed trouble-free via, e.g., the anaconda python distribution.
For usage details, `read the documentation <http://isochrones.rtfd.org>`_ or
check out the `demo notebook <http://nbviewer.ipython.org/github/timothydmorton/isochrones/blob/master/notebooks/demo.ipynb>`_.
Basic Usage
------------
For simplest out-of-the-box usage after installation, make a file called ``star.ini`` that
looks something like this::
Teff = 5770, 100
feh = 0.0, 0.15
logg = 4.5, 0.1
V = 10.0, 0.05
Any combination of spectroscopic or [supported] photometric properties, as well
as parallax, can go as properties into this file.
Once you've made this file, type ``starfit`` at the command line. Or if you want to be organized,
you can put ``star.ini`` in a folder called ``mystar`` [or whatever]
and run ``starfit mystar`` from the command line. The ``starfit`` script
will create an HDF5 file containing the saved ``StarModel``, which you
can load from python using ``StarModel.load_hdf``, as well as triangle
plots illustrating the fit.
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
isochrones-0.9.0.tar.gz
(30.3 kB
view details)
File details
Details for the file isochrones-0.9.0.tar.gz.
File metadata
- Download URL: isochrones-0.9.0.tar.gz
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
261a81dd8e27816879b45cb52344798020c628ba7262c2a68187c245c4e228b3
|
|
| MD5 |
797f679774a02452c9f95bedcd6e2143
|
|
| BLAKE2b-256 |
e2266e8281d446698ae84bda3b0c405874661f08f03ce63768cf9e4573341cdf
|