About this Article
Sam Bianco - 2025 Feb 26The astroquery.mast.MastMissions class now includes enhanced capabilities for retrieving and downloading data products! As a Python wrapper for the modern mission-specific search forms, MastMissions allows users to search mission-specific metadata and access data products more efficiently. The workflow for querying datasets and retrieving products is outlined in our “Searching for Mission-Specific Data with Astroquery” notebook. Other new features include authentication for proprietary data access and the ability to switch between missions to quickly change the collection being searched.
To check out the latest release (0.4.9.post1) of Astroquery and take advantage of these improvements, run the following command in a terminal:
$ python -m pip install -U –-pre astroquery
You can verify your version by running these lines of code in a Python script or interactive session:
import astroquery
print(astroquery.__version__)
If you have any questions or feedback, feel free to open a GitHub issue or email us at archive@stsci.edu. Thanks for using astroquery.mast!

