LCOGT / mop

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

Broken logic in classyfing Gaia targets #125

Closed KKruszynska closed 4 months ago

KKruszynska commented 6 months ago

I noticed that gaia_classifier didn't classify https://mop.lco.global/targets/39231/?c=5973 this target as a QSO. It is a known QSO, listed in the Miliquas catalogue. If the classifier worked as intended, this should be recorded in MOP as a quasar. Lack of the expected behaviour is caused by the broken logic in the classifier.

KKruszynska commented 6 months ago

Partially fixed by pull request #126.

Now the events that are QSOs are marked as is_QSO=True, but depending on the quality of the fit, might be classified as "Unclassified variable/Unclassified", "Unclassified poor fit / Microlensing stellar/planet" or "Unclassified poor fit / Microlensing long-tE".

rachel3834 commented 4 months ago

This has been revised as a result of Issue #141