You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is important to be mindful of the requested cutout size when using either `~astroquery.mast.TesscutClass.download_cutouts` or `~astroquery.mast.TesscutClass.get_cutouts`,
1046
+
as it will affect the time it takes to retrieve your cutouts. By default, any request that ``astroquery.mast`` makes to an
1047
+
API is capped at 600 seconds. Queries that take longer than this will yield a timeout error.
1048
+
The recommended cutout size for TESSCut is no larger than 30 pixels in either the X or Y
1049
+
direction, so a user will be met with a warning message if the input cutout size exceeds
1050
+
those limits. Below is an example of a request using `~astroquery.mast.TesscutClass.get_cutouts` for cutouts of size 0.2 x 0.2 degrees-squared, which is
0 commit comments