CONAN.get_files.get_K2_data.download#
- CONAN.get_files.get_K2_data.download(campaigns=None, exptime=None, author='K2SFF', select_flux='fcor', merge_same_campaign=True, quality_bitmask='default')#
Download Kepler K2 light curves from MAST using the lightkurve package
- Parameters:
campaigns (int or list of ints) – campaign 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_campaign (bool) – Merge light curves from the same campaign. Default is True.
quality_bitmask (str) – Quality bitmask to use for the lightkurve package. options are [“none”,”default”,”hard”,”hardest”]. Default is “default”.