Helpers for using Padova isochrones.
Project description
Padova
Padova is a small python package for working with the so-called Padova evolutionary tracks produced by Girardi and collaborators. Padova is compatible with the Astropy project.
Take a look at this Jupyter notebook to see what Padova can do.
Of course, please use this project responsibly. Don’t abuse the CMD servers.
Features
Simple interfaces to obtain either single isochrones or grids of isochrones.
Validation of settings before requesting data from the CMD servers.
Caching of requests so you don’t hit the CMD servers when you ask for an isochrone set you already have.
Isochrones are provided as Astropy tables with metadata.
Isochrones can be exported for use with StarFISH.
Installation
pip install padova
Dependencies
numpy
Requests
pytoml
setuptools
Tests
Padova uses py.test and tox to run tests. Setup with:
pip install tox
Then to run the test suite:
tox
Credits
Padova provides data from the CMD web site, which is a product of Leo Girardi and collaborators.
Padova takes inspiration and incorporates code from ezpadova by Morgan Fouesneau.
Info
Copyright 2013-2015 Jonathan Sick (@jonathansick).
Some parts are adapted from ezpadova, Copyright 2015 Morgan Fouesneau.
Padova is MIT licensed.
Changelog
0.1.2 (2015-04-15)
Testing with py.test and tox
Fixed installation of TOML settings schema with setuptools
Started testing on travis-ci
0.1.1 (2015-04-15)
Cleanup README-based documentation
0.1 (2015-04-15)
First official release
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.