astrobase.services.alltesslightcurves module

A tool for aquiring TESS light curves from a variety of pipelines. Wraps functions found in tesslightcurves.py

astrobase.services.alltesslightcurves.get_all_tess_lightcurves(tic_id, pipelines=('CDIPS', 'PATHOS', 'TASOC', '2minSPOC', 'eleanor'), download_dir=None)[source]

Gets all possible TESS light curves for a TIC ID.

Parameters:
  • tic_id (str) – The TIC ID of the object to get all the light curves for.
  • pipelines (list or tuple) –

    The pipeline products to search for light curves of the given TIC ID. Must be one or more of the following:

    ['CDIPS', 'PATHOS', 'TASOC', '2minSPOC', 'eleanor']
    
  • download_dir (str or None) – The directory to download the light curves to. If None, will download to the current directory.
Returns:

lcfile_list – Returns a list of light curve files that were downloaded for the object.

Return type:

list of str