Mission Overview
The Panchromatic Hubble Andromeda Southern Treasury (PHAST)
Primary Investigator: Benjamin Williams
HLSP Authors: Zhuo Chen, Benjamin Williams, Meredith Durbin, Dustin Lang, L. Cliff Johnson, and the PHAST team
Released: 2025-1-16
Updated: 2025-1-16
Primary Reference(s): Chen et al. 2025 (Link coming soon!)
DOI: 10.17909/aa43-mt38
Citations: See ADS Statistics (Link coming soon!)
Source Data:
Overview
The Panchromatic Hubble Andromeda Southern Treasury (PHAST) is a large 195-orbit Hubble Space Telescope program designed to map roughly 0.45 square degrees of the southern half of M31’s star-forming disk at optical and near-ultraviolet (NUV) wavelengths. The PHAST survey extends the northern coverage of the Panchromatic Hubble Andromeda Treasury (PHAT) down to the southern half of M31, covering out to R~13 kpc along the southern major axis and, in total, roughly 2/3 of M31’s star-forming disk. The PHAST survey covers key diagnostic features that are sensitive to M31’s complex merger history, which were previously unconstrained by the northern disk observations alone. PHAST creates a legacy map with stellar photometry of over 90 million resolved stars using HST’s resolution and sensitivity, enabling a wide range of scientific endeavors.
The PHAST observations build on the techniques developed by the PHAT survey, utilizing a similar but more efficient tiling strategy at the cost of omitting the near-infrared filters that PHAT included. The survey’s fundamental coverage unit uses the larger UVIS footprint and requires only a single orbit per pointing, compared to the 2-orbit PHAT pointings using a smaller WFC3/IR footprint. At each pointing, WFC3/UVIS observations in the F275W and F336W filters, and ACS/WFC observations in the F475W and F814W filters, were taken in parallel within one orbit. All observations were taken at two orientations, separated by 180 degrees, to maximize survey coverage for all cameras and optimize the use of parallel exposures. The PHAST observations are grouped into 13 “bricks”, numbered 24 to 36, following the naming convention used in PHAT, which covered bricks 1 to 23. Each PHAST brick consists of a 3x5 array of WFC3/UVIS pointings, covering an area of 7.5’ x 12.5’ in both UV and optical wavelengths.
Filters: F275W + F336W (WFC3/UVIS), F475W + F814W (ACS/WFC)
Depth: The photometry achieves a 50% completeness-limited depth of mF475W ~ 27.7, mF814W ~ 26.2 for ACS data, and mF275W ~ 24.8, mF336W ~ 25.4 for UVIS data in the lowest surface density regions in the outer disk, while reaching mF475W ~ 26.0, mF814W ~ 24.0, mF275W ~ 24.6, and mF336W ~ 25.2 in the most crowded, high surface brightness regions near M31’s bulge. Crowding causes the limiting magnitude to be brighter in the optical bands.
Data Products
PHAST delivers full-resolution mosaic images of M31 and the M31-South field in both F475W and F814W filters, photometric catalogs for each of the 13 "bricks" in the south of M31, and a large, combined catalog. There are also two image files for the ACS and WFC3 footprints.
The image files have the following naming convention:
hlsp_phast_hst_acs_m31-<region>_<filter>_v1.0_drz.fits
where:
- <region> designates the covered region of the mosaic, e.g., "all" for the full M31 mosaic with disk coverage from both PHAT and PHAST; "all-part1" for one chunk of the full M31 mosaic; "south-all" for the southern M31 mosaic from PHAST only.
- <filter> is the name of the HST filter used, one of "f475w", "f814w".
The catalog files have the following naming convention:
hlsp_phast_hst_acs-wfc3_m31-<region>_multi_v1.0_cat.fits
where:
- <region> designates the region of M31 south described in the catalog, e.g., "south-all" for the full M31 south region, or "south-brickNN" for a specific brick of M31 south, where NN goes from 24 to 36.
The footprint files have the following naming convention:
hlsp_phast_hst_<instrument>_m31-south-all_multi_v1.0_expmap.fits
where:
- <instrument> designates the instrument for the exposure map ("acs" or "wfc3").
Data file types:
_drz.fits | Full-resolution and full-frame drizzled mosaics of the entire survey for a given filter. |
_cat.fits | Full-stack four-band photometry output from DOLPHOT of the survey for all or a given field. |
_expmap.fits |
Exposure maps of the entire survey for a given instrument, showing the overall survey footprints and tiling strategy. |
Data Access
MAST Portal and Astroquery
All images are available in the MAST Portal and astroquery. Set the 'Provenance Name' filter to PHAST in the Portal Advanced Search to match all observations. The files can be downloaded for each field as a bundle or individually retrieved by selecting the download basket. The observations can also be retrieved programmatically using the astroquery.mast module. The code example below retrieves all the compressed images. Since the image data are larger than 50 GB altogether, we recommend using `curl_flag=True` when downloading with astroquery.
from astroquery.mast import Observations
all_obs = Observations.query_criteria(provenance_name="phast")
data_products = Observations.get_product_list(all_obs)
data_products = Observations.filter_products(data_products, extension="gz")
Observations.download_products(data_products, curl_flag=True)
-
A web-based interface for cross-mission searches of data at MAST or the Virtual Observatory.
-
Search for and download PHAST data products programmatically in Python.
Direct Download Links
The image data are large. The file sizes are listed next to the links as (download size, uncompressed size). Because they are so large, we recommend that the compressed versions be downloaded either through the MAST portal, or using the cURL scripts provided here:
Description | Links | |
---|---|---|
Full resolution mosaics of M31-South | F475W (13 GB, 19 GB) | F814W (13 GB, 19 GB) | All |
Full resolution mosaics of M31 | F475W (32 GB, 51 GB) | F814W (33 GB, 51 GB) | All |
Full resolution mosaics of M31, divided into four parts | Part1 - F475W (7.3 GB, 13 GB) | F814W (7.3 GB, 13 GB) | All |
Part2 - F475W (9.0 GB, 13 GB) | F814W (9.0 GB, 13 GB) | ||
Part3 - F475W (8.7 GB, 13 GB) | F814W (8.8 GB, 13 GB) | ||
Part4 - F475W (7.4 GB, 13 GB) | F814W (7.4 GB, 13 GB) |
Other (non-imaging) data products can be downloaded directly using the links below:
Overview Files | Description |
---|---|
hlsp_phast_hst_acs-wfc3_m31-south-all_multi_v1.0_cat.fits.gz | Compressed, full photometric catalog (download size: 9.2 GB, uncompressed size: 17 GB) |
hlsp_phast_hst_acs_m31-south-all_multi_v1.0_expmap.fits | ACS footprint image (20 MB) |
hlsp_phast_hst_wfc3_m31-south-all_multi_v1.0_expmap.fits | WFC3 footprint image (20 MB) |
The individual "brick" catalogs are also compressed. This table lists the direct links, followed by the (compressed, uncompressed) file sizes.
Individual Photometric Catalogs | |||
---|---|---|---|
Brick 24 (0.8 GB, 1.5 GB) |
Brick 25 (1.2 GB, 2.4 GB) | Brick 26 (0.6 GB, 1.1 GB) | Brick 27 (1.0 GB, 1.8 GB) |
Brick 28 (0.6 GB, 1.2 GB) | Brick 29 (0.8 GB, 1.5 GB) | Brick 30 (0.6 GB, 1.0 GB) | Brick 31 (0.7 GB, 1.3 GB) |
Brick 32 (0.6 GB, 1.0 GB) | Brick 33 (0.7 GB, 1.3 GB) | Brick 34 (0.5 GB, 1.0 GB) | Brick 35 (0.6 GB, 1.2 GB) |
Brick 36 (0.4 GB, 0.8 GB) |