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

modulate verbosity of astroquery.mast.Observations.download_products() #3029

Closed afaisst closed 5 months ago

afaisst commented 5 months ago

When using download_products() from the astroquery.mast module there is currently no way of modulating the printed output. It currently prints for each downloaded product "Downloading URL ..." (or that file already exists and is not being downloaded). This output can be annoying long if 100s of data products are being downloaded.

It would be good to have an argument in that function so that the user can opt out of this very lengthy output.

bsipocz commented 5 months ago

cc @astrojimig @snbianco