noi26 / InterPython_Workshop_Example

A template of software project for the Intermediate Python for Astronomical Software Development workshop
MIT License
0 stars 0 forks source link

Add sigma-clipping to the calculation of mean lightcurve magnitude #3

Open rachel3834 opened 7 months ago

rachel3834 commented 7 months ago

The models.py mean_mag function will not return a robust result if the lightcurve has significant outliers. This can be improved by adding sigma-clipping to this function.