astropy / astroquery

Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8
http://astroquery.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
706 stars 399 forks source link

Check for TESS/TICA FFIs when getting products for observations #3083

Closed snbianco closed 3 months ago

snbianco commented 3 months ago

To try and decrease load on the MAST server, we would like to prevent Astroquery users from getting products for TESS and TICA FFIs. When a user tries to do this, they should be presented with a warning message that presents alternate methods for downloading.

Right now, this filter only works if the user passes in a Row or Table to get_product_list, since we need access to the target_name field. We're aware that this is a limitation and will explore other options if we continue to receive these type of expensive requests from Astroquery.

pep8speaks commented 3 months ago

Hello @snbianco! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2024-08-09 19:05:55 UTC
bsipocz commented 3 months ago

thanks!