CONAN.get_files.get_Kepler_data.download#
- CONAN.get_files.get_Kepler_data.download(quarters=None, exptime=None, select_flux='pdcsap_flux', merge_same_quarter=True, decontaminate=False, quality_bitmask='default')#
Download Keplerlight curves from MAST using the lightkurve package
- Parameters:
quarters (int or list of ints) – Quarter lightcurve to download.
exptime (float) – Exposure time of the light curve.
select_flux (str) – Flux to select from the light curve. One of [“pdcsap_flux”,”sap_flux”]. Default is “pdcsap_flux”.
merge_same_quarter (bool) – Merge light curves from the same quarter. Default is True.
decontaminate (bool) – Decontaminate the light curve using the contamination fraction. Only applies when select_flux is not “pdcsap_flux”. Default is False.
quality_bitmask (str) – Quality bitmask to use for the lightkurve package. options are [“none”,”default”,”hard”,”hardest”]. Default is “default”.