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

Refined fix for Windows to guarantee correct pathing #25

Closed jpl-jengelke closed 3 years ago

jpl-jengelke commented 3 years ago

Requires Py >=3.4 or import of pathlib module (see setup.py changes).

jpl-jengelke commented 3 years ago

@hpparvi I made some minor fixes to the Windows issues.

hpparvi commented 3 years ago

Excellent! Thanks, @jpl-jengelke!