Overview of MAST Queries in astroquery.mast
mainThe astroquery.mast module provides a programmatic interface to the Barbara A. Mikulski Archive for Space Telescopes (MAST). It offers five primary service interfaces:
- Observation Queries: Search for observations across missions, filter results, and retrieve data products using the Portal API.
- Mission-Specific Queries: Access mission-specific metadata (e.g., Hubble, James Webb) via the MAST Search API.
- Catalogs Queries: Search for sources in MAST-hosted catalogs like Pan-STARRS or the Hubble Source Catalog.
- Image Cutouts: Create and download image cutouts for specific regions of interest from TESS and Hubble data.
- Advanced MAST Queries: Provides low-level, direct access to the Portal API for custom services or functionality not covered by higher-level classes.