MNGuenther / allesfitter

allesfitter is a convenient wrapper around the packages ellc (light curve and RV models), dynesty (static and dynamic nested sampling) emcee (Markov Chain Monte Carlo sampling) and celerite (Gaussian Process models).
MIT License
60 stars 36 forks source link

Make params.csv and settings.csv more luser proof #32

Open MNGuenther opened 3 years ago

MNGuenther commented 3 years ago

If there are any rows that are not recognized (e.g., because of spelling mistakes, missing the [inst] decoration, or having superfluous [inst] decorations) in params.csv and settings.csv, the user should be alerted.

MNGuenther commented 3 years ago

Also, if the user applies the setting host_flux_weighted,True, they should be alerted to also use b_flux_weighted,True. Otherwise, ellc appears to not create Rossiter-McLaughlin effects.