sherlockpipe.scoring.SnrBorderCorrectedSignalSelector.SnrBorderCorrectedSignalSelector
- class sherlockpipe.scoring.SnrBorderCorrectedSignalSelector.SnrBorderCorrectedSignalSelector
Bases:
BasicSignalSelectorSelects the best signal among the SNR border-corrected signals. The applied correction consists in calculating how many transits occur in times very close to observation starts/ends.
- __init__()
Methods
__init__()select(id_run, sherlock_target, star_info, ...)Selects the best signal given the implementation of this method.
- select(id_run, sherlock_target, star_info, transits_min_count, time, lcs, transit_results, wl, cadence)
Selects the best signal given the implementation of this method.
- Parameters:
transit_result_detrends – a list of transit results to be explored.
snr_min – the minimum snr to allow a signal to be considered good enough.
sde_min – the minimum sde to allow a signal to be considered good enough.
detrend_method – the detrend method used to obtain the candidate transit results
wl – the window length used by the detrend method used.
- Returns:
a SignalSelection with the parameters that characterize the best selection.