ekaterinailin / AltaiPony

Find flares in Kepler and TESS light curves. Notebooks for quickstart inside.
https://altaipony.readthedocs.io
MIT License
26 stars 10 forks source link

Implement synthetic flare injection and recovery in a new module #15

Closed ekaterinailin closed 6 years ago

ekaterinailin commented 6 years ago

What needs to be created or improved?

Can you provide an example?

def inject_flares(lc, flare_frequency=0.1):
    [...]
    return new_lc

def synthetic_flare_analysis(lc, n=1000):
    [...]
    return recovery_probability, ed_fraction

What is the goal / expected behaviour?

The module includes everything to characterize a given light curve with respect to its flare detection performance.