You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Description

This is the spectroscopic galaxy sample of Pasquet et al. [1], originally built for photometric redshift estimation from SDSS, re-imaged as multi-resolution PanSTARRS cutouts through hips2fits (PanSTARRS DR1 HiPS, served by CDS).

It contains 506.572 examples drawn from 481,589 galaxies, built by autolabeling: the cutouts are not centered on the galaxy but on a simulated transient position. For each galaxy, positions are drawn uniformly inside the elliptical footprint of its r-band Sersic fit, truncated at 3·Re. The number of draws is ceil(profile_area_in_pixels * 0.0001).

Every cutout is centered on the simulated transient position, and the host_pos label is the offset from there to the galaxy. Because the redshift of the galaxy travels with each example, the dataset serves both host identification and redshift estimation.

Cross-validation

The fold column holds a 5-fold split stratified by spectroscopic redshift. Redshift is discretized into 180 uniform bins over [0, 0.4], the same binning PRISM uses for its classification head, and the split balances those classes across folds. The 24 galaxies falling in bins with fewer than 5 members carry fold = 0 and belong to training only, since they cannot be stratified.

Image format

image has shape (506572 , 5, 5, 30, 30), which maps to (examples, resolution levels, photometric bands, height, width). Bands are grizy in that order. Level L has a pixel scale of 0.25 * 2^L arcsec/px, so level 0 is the finest and level 4 covers the widest field.

Floating point columns are stored as float32. For ra and dec this caps angular precision at roughly 0.08 arcsec; use objID for exact crossmatching.

Columns

Column Type Description
Image and label
image (5,5,30,30) float32 Multi-resolution PanSTARRS grizy cutout, centered on the simulated transient position.
host_pos float32 × 2 Offset [x, y] from the simulated transient to the galaxy, in level-0 pixels.
Identification
objID int64 SDSS photometric object identifier. Repeats across the draws of the same galaxy, and is the key to group them.
specObjID int64 SDSS spectroscopic identifier of the spectrum the redshift comes from. Unique per galaxy.
bestObjID int64 Photometric object SDSS considers the best match to that spectrum.
ps1_objID int64 PanSTARRS DR1 identifier of the crossmatched source.
sep_arcsec float32 Angular separation of the SDSS–PanSTARRS crossmatch, in arcsec. At most 1.35.
dup_ambiguo int64 1 when several SDSS objects matched the same PanSTARRS source at a comparable distance, 0 otherwise. Set for 59 galaxies.
Sky position
ra float32 Right ascension of the galaxy, in degrees. Not the center of this cutout.
dec float32 Declination of the galaxy, in degrees. Not the center of this cutout.
Redshift
z_spec float32 Spectroscopic redshift, the regression target. Ranges from 0 to 0.4, with a median of 0.102.
z_spec_err float32 Uncertainty reported by the SDSS spectroscopic pipeline.
z_class int64 Redshift bin, 0 to 179, over [0, 0.4]. Used to stratify the folds and as the classification target.
Photometry and extinction
petroR90_r float32 Radius enclosing 90% of the Petrosian flux in the r band, in arcsec.
dered_petro_r float32 Dereddened r-band Petrosian magnitude.
extinction_r float32 Galactic extinction in the r band, in magnitudes.
ebv_sfd float32 Reddening E(B−V) from the SFD dust map.
ebv_from_ext_r float32 Reddening E(B−V) implied by extinction_r, kept as a consistency check on the previous column.
Sérsic fit — r band, from CasJobs
rSerRadius float32 Effective radius Re of the r-band Sérsic fit, in arcsec. Defines the sampling region.
rSerAb float32 Axis ratio b/a of the fitted ellipse, between 0 and 1. Defines the sampling region.
rSerPhi float32 Position angle of the fitted ellipse, in degrees. Defines the sampling region.
Cross-validation
fold int64 Validation fold, 1 to 5, stratified by z_class. A value of 0 means the galaxy is used for training in every fold.

References

[1] Pasquet, J., Bertin, E., Treyer, M., Arnouts, S., & Fouchez, D. 2019, Photometric redshifts from SDSS images using a convolutional neural network, Astronomy & Astrophysics, 621, A26. doi:10.1051/0004-6361/201833617

@article{Pasquet_2019,
  doi = {10.1051/0004-6361/201833617},
  url = {https://doi.org/10.1051/0004-6361/201833617},
  year = {2019},
  month = {jan},
  publisher = {EDP Sciences},
  volume = {621},
  pages = {A26},
  author = {Pasquet, J. and Bertin, E. and Treyer, M. and Arnouts, S. and Fouchez, D.},
  title = {Photometric redshifts from SDSS images using a convolutional neural network},
  journal = {Astronomy \& Astrophysics},
}
Downloads last month
62