CONAN.get_files.get_CHEOPS_data.load_pipe_file#
- CONAN.get_files.get_CHEOPS_data.load_pipe_file(folder=None, fits_filelist=None, reject_highpoints=True, bg_MAD_reject=3, outlier_clip=4, outlier_window_width=11, outlier_clip_niter=1, force_PIPE_setup=False, verbose=False)#
Load CHEOPS light curves from pipe files. The PIPE fits files are obtained from the given folder or from fits_filelist.
- Parameters:
folder (str) – Folder to load the pipe files from. Default is None in which case the current working directory is used.
fits_filelist (list of str) – List of pipe files to load. Default is None in which case all fits files in the folder are loaded.
decontaminate (bool) – Decontaminate the light curve. Default is True.
reject_highpoints (bool) – Reject high points in the light curve. Default is True.
bg_MAD_reject (float) – Number of median absolute deviations to reject high background points. Default is 3.
outlier_clip (float) – Number of standard deviations to clip outliers. Default is 4.
outlier_window_width (int) – Window width to use for clipping outliers. Default is 11.
outlier_clip_niter (int) – Number of iterations to clip outliers. Default is 1.
force_PIPE_setup (bool) – Force the setup of the PIPE file again. Default is False to check for the file in the pycheops working folder. if not found, the PIPE file is created from the given folder.
verbose (bool) – Verbose output. Default is False.