TESScience / SPyFFI

Spiffy Python for TESS Full Frame Images
MIT License
6 stars 7 forks source link

Migrate Star Catalog to the TIC #44

Open xcthulhu opened 8 years ago

xcthulhu commented 8 years ago

Currently SPyFFI is querying ViZier to grab the UCAC4 catalogue.

The official catalogue of TESS is the TIC, which is the GAIA star catalogue serialized in a google protocol buffer.

As a result the following method needs to be changed:

https://github.com/TESScience/SPyFFI/blob/master/Catalogs.py#L305