Skip to content

TESScut timeouts for larger cuts #2447

Open
@TeHanHunter

Description

@TeHanHunter

I have been using TESScut to cut 90*90 FFIs and it worked fine until recently. Now it is stuck at downloading and then gives a timeout error.

from astroquery.mast import Tesscut
ra = '60' 
dec = '60'
coord = SkyCoord(ra, dec, unit="deg")
sector_table = Tesscut.get_sectors(coordinates=coord)
hdulist = Tesscut.get_cutouts(coordinates=coord, size=90)

Any help is appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions