get_cutouts¶
- tessilator.tessilator.get_cutouts(coord, cutout_size, name_target, choose_sec=None, tot_attempts=3, cap_sectors=None, fits_dir='fits')[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.coordinates.SkyCoord A set of coordinates in the SkyCoord format.
- cutout_size
float The pixel length of the downloaded cutout.
- name_target
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 sql queries in case of request or server errors.
- cap_sectors
int, optional, default=None The maximum number of sectors for each target.
- fits_dir
str, optional, default=’fits’ The name of the directory to store the fits files.
- coord
- Returns:
- manifest
list A list of the fits files for lightcurve analysis.
- manifest