tesswcs
This package will enable you to create an astropy
World Coordinate System for any pointing of the TESS telescope. You can access both the true WCS from archival data, and predict the WCS for a given RA, Dec, and spacecraft roll.
Installation
You can install tesswcs
using pip
Usage
Below is an example of how to obtain a WCS for archival data
Using astropy
's WCS interface you can now either work with this object, for example you can obtain the sky position of row and column positions
or obtain row and column positions from sky positions (using the astropy.coordinates.SkyCoord
object).
You can also save these objects to fits files
If you have a RA, Dec and roll in degrees you can also predict a WCS
You can use tesswcs to better understand what sources will be obervable on TESS pixels, or to make figures like the ones below!