adler.adler_outliers_day

Attributes

logger

Functions

parse_args([argv])

run_outliers(process_mjd[, input_sql_file, schema, ...])

main([argv])

Module Contents

logger[source]
parse_args(argv: List[str] = None)[source]
run_outliers(process_mjd: float, input_sql_file: str = 'rubin.sqlite', schema: str = 'MPC', filter_list: List[str] = ['u', 'g', 'r', 'i', 'z', 'y'], model_name: str = 'median', data_timespan_arr: List[int] = [30], n_new_nights_arr: List[int] = [3], diff_cut: float = 1.5, std_cut: float = 5.0, sig_clip_val: float = 3.0, make_plots: bool = False, write_model_data: bool = False, output_dir: str = 'demo_output_files', force_overwrite: bool = False, rsp_path: str = None)[source]
main(argv=None)[source]