hpparvi / ldtk

Python toolkit for calculating stellar limb darkening profiles and model-specific coefficients using the stellar atmosphere spectrum library by Husser et al. (2013). Described in Parviainen & Aigrain, MNRAS 453, 3821–3826 (2015).
GNU General Public License v2.0
27 stars 18 forks source link

Change the interpolation routines to account for missing files. #6

Closed hpparvi closed 9 years ago

hpparvi commented 9 years ago

The Husser et al. library is missing some files that should be there (that is, we cannot always generate a structured grid). Right now a missing file crashes the code.

hpparvi commented 9 years ago

Fixed.