Open ekaterinailin opened 6 years ago
Build on TPF.interact() so that it will show the de-trended lc and the flares and the tpf and the raw light curve.
TPF.interact()
def FlareTargetPixelFile(KeplerTargetPixelFile): [...] def interact(self, **kwargs): [...] #bokeh stuff return
The goal is to quickly analyse suspicious candidates by eye with all the ancillary information at hand, e.g., the TPF.
What needs to be created or improved?
Build on
TPF.interact()
so that it will show the de-trended lc and the flares and the tpf and the raw light curve.Can you provide an example?
What is the goal / expected behaviour?
The goal is to quickly analyse suspicious candidates by eye with all the ancillary information at hand, e.g., the TPF.