get_cutouts¶
- tessilator.tessilator.get_cutouts(coord, cutout_size, target_name, choose_sec=None, tot_attempts=3, cap_files=None)[source]¶
Download TESS cutouts and store to a list for lightcurve analysis.
The TESScut function will save fits files to the working directory.
- Parameters:
- coord
astropy.astropy.SkyCoord A set of coordinates in the SkyCoord format
- cutout_size
float The pixel length of the downloaded cutout
- choose_sec
None,intorIterable - The sector, or sectors required for download.
- target_name
str Name of the target
- choose_sec
None,intorIterable, optional, default=None - The sector, or sectors required for download.
- tot_attempts
int, optional, default=3 The number of attempts to download the fits files in case of request or server errors
- cap_files
None,int, optional, default=None The maximum number of sectors for each target.
- coord
- Returns:
- manifest
list A list of the fits files for lightcurve analysis.
- manifest