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

Corrupted downloaded cache files bug fix #15

Closed tamimfatahi closed 4 years ago

tamimfatahi commented 4 years ago

When downloading new spectra files, a few seem to become corrupted. This fix will check newly downloaded files for corruption. If they are corrupted, LDTk will re-download them with an added safeguard.

hpparvi commented 4 years ago

Excellent work Tamim, thanks!