spacetelescope / exovetter

Exoplanet vetting
https://exovetter.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Sweet vetter #21

Closed pllim closed 3 years ago

pllim commented 4 years ago

Goal: Bring the sweet vetter into exovetter. Submitted by: @mustaric (See below for details.)

https://github.com/exoplanetvetting/DAVE/blob/master/tessPipeline/sweet.py

It was written by @fergalm . The top function is runSweetTest which basically just runs computeSweetMetrics which returns a 3x3 array. I think we want exovetter to return that 3x3 array. We don’t need to keep the messages. As a result we also don’t need to input threshold_sigma.

The period, epoch and duration inputs can be replaced with the tce dictionary we created. And the time and flux should be input as a lightkurve object, like we did for lpp.

pllim commented 4 years ago

Blocked by exoplanetvetting/DAVE#6