|
4 | 4 | MAST Queries (`astroquery.mast`)
|
5 | 5 | ********************************
|
6 | 6 |
|
| 7 | +Introduction |
| 8 | +============ |
| 9 | + |
| 10 | +The Mikulski Archive for Space Telescopes (MAST) is a NASA funded project made to |
| 11 | +collect and archive a variety of scientific data to support the astronomical community. |
| 12 | +The data housed in MAST includes science and engineering data, with a primary focus on |
| 13 | +data sets in the optical, ultraviolet, and near-infrared parts of the spectrum, from over |
| 14 | +20 space-based missions. MAST offers single mission-based queries as well as cross-mission |
| 15 | +queries. Astroquery's astroquery.mast module is one tool used to query and access the data |
| 16 | +in this Archive. |
| 17 | + |
| 18 | +astroquery.mast offers 3 main services: `~astroquery.mast.MastClass`, |
| 19 | +`~astroquery.mast.CatalogsClass`, and Cutouts. MastClass allows direct programatic access |
| 20 | +to the MAST Portal. Along with `~astroquery.mast.ObservationsClass`, it is used to query |
| 21 | +MAST observational data. The Catalogs class is used to query MAST catalog data. The |
| 22 | +available catalogs include the Pan-STARRS and Hubble Source catalogs along with a few others |
| 23 | +listed under the Catalog Queries section of this page. Lastly, Cutouts, a newer addition to |
| 24 | +astroquery.mast, provides access to full-frame image cutouts of Transiting Exoplanet Survey |
| 25 | +Satellite (TESS), MAST Hubble Advanced Product (HAP),and deep-field images, through |
| 26 | +`~astroquery.mast.TesscutClass`, `~astroquery.mast.HapcutClass`, and |
| 27 | +`~astroquery.mast.ZcutClass` respectively. For a full description of MAST query options, |
| 28 | +please read the `MAST API Documentation <https://mast.stsci.edu/api/v0/>`__. |
| 29 | + |
7 | 30 | Getting Started
|
8 | 31 | ===============
|
9 | 32 |
|
|
0 commit comments