Skip to content

Commit 6c5e6ff

Browse files
authored
Merge pull request #2725 from mstcyr2/mast-docs
Added Introduction section
2 parents ead1b13 + c03b91d commit 6c5e6ff

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/mast/mast.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@
44
MAST Queries (`astroquery.mast`)
55
********************************
66

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+
730
Getting Started
831
===============
932

0 commit comments

Comments
 (0)