spacetelescope / exovetter

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

Add odd/even test #23

Closed mustaric closed 3 years ago

mustaric commented 4 years ago

Add a vetter that takes a light curve and tce and determine the difference between the depths of the odd and the even transits. It should return both depths and the errors. Usually a cut is made when significant depth differences are seen.

The astropy BLS code actually is one path forward for this test.

pllim commented 3 years ago

Some implementation exists (#27) but needs to polish the API.

pllim commented 3 years ago

Superseded by #29