TESSCatalog#

class prose.blocks.catalogs.TESSCatalog(limit=10000, mode=None)[source]#

Query TESS (TIC) catalog

Catalog is written in Image.catalogs as a pandas DataFrame. If mode is “”crossmatch” the index of catalog sources in the DataFrame matches with the index of sources in Image.sources

read Image.sources if mode is “crossmatch”

write Image.catalogs

  • Image.sources if mode is “crossmatch”

  • Image.catalogs

Parameters:
  • limit (int, optional) – limit number of stars queried, by default 10000

  • mode (str, optional) – “crossmatch” to match existing Image.sources or “replace” to use queried stars as Image.sources