LCOGT / mop

Microlensing Observation Portal
GNU General Public License v3.0
0 stars 7 forks source link

Issues with Chi2 estimation -- negative Chi2 #65

Closed KKruszynska closed 11 months ago

KKruszynska commented 1 year ago

One target has a large negative value of chi2 in MOP: https://mop.lco.global/targets/35146/?c=4478 This points towards issues with estimating Chi2 by run_TAP and fittools.

KKruszynska commented 12 months ago

Currently the value of the loss_function is recorded, we need to change it to pyLIMA's fit.model_chi2(parameters).

KKruszynska commented 11 months ago

Fixed with issue #73