CONAN.get_files.get_TESS_data.download

CONAN.get_files.get_TESS_data.download#

CONAN.get_files.get_TESS_data.download(sectors=None, author=None, exptime=None, select_flux='pdcsap_flux', decontaminate=False, quality_bitmask='default')#

Download TESS light curves from MAST using the lightkurve package

Parameters:
  • sectors (int or list of ints) – TESS sector lightcurve to download.

  • author (str) – Author of the light curve. Default is “SPOC”.

  • 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”.

  • 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”.