2025/03/18 by DESI Collaboration, Karim, M. Abdul, M. Abdul Karim +600 · 2 voices · 45 citations
Physics and Astronomy · #Astronomy and Astrophysical Research #Dark Matter and Cosmic Phenomena #Galaxies: Formation, Evolution, Phenomena #astro-ph.CO
paper · pdf · doi:10.48550/arxiv.2503.14745
openalex publication_date 2025/03/18 · openalex created_date 2025/10/07 · openalex updated_date 2026/07/28
ASTRA-DESI Data Release 1 (DR1) This record bundles the ASTRA-DESI DR1 products for the two DESI survey regions (NGC and SGC). Every catalogue is delivered as a compressed FITS binary table (.fits.gz) whose first extension (HDU 1) contains the data. File headers store the keywords RELEASE=DR1 and the corresponding ZONE label for quick checks. The sky partition used in this release is mask-based rather than box-based. The survey footprint is defined as a HEALPix mask combining DESI tile coverage and LSS object coverage, requiring a minimum completeness threshold of ≥4 tiles per pixel. The resulting mask is then split into NGC and SGC according to the right ascension of the HEALPix pixel centers. Tracer Number of objects BGS BRIGHT 305,900 LRG 78,668 ELG 119,015 QSO 100,331 Directory layout The archive preserves the NERSC production tree. Top-level folders contain: raw/ – merged real and random catalogues per region. classification/ – neighbour count summaries per tracer and random iteration. probabilities/ – web-type membership probabilities derived from the classification counts. groups/ – watershed groups for a given tracer and region (NGC or SGC). Naming conventions raw/zoneREGION.fits.gz – Region NGC or SGC. classification/zoneREGIONclassified.fits.gz – combined tracer summary for the region. probabilities/zoneREGIONprobability.fits.gz – per-object web-type probabilities. groups/TYPETRACERREGION.fits.gz – per-object web-type groups. Column reference Raw catalogues (raw/*.fits.gz) Column Type Description TARGETID int64 DESI target identifier. RA float64 Right ascension in degrees. DEC float64 Declination in degrees. Z float64 Spectroscopic redshift. XCART, YCART, ZCART float64 Comoving Cartesian coordinates (Mpc) computed with the Planck18 cosmology. TRACERTYPE string Tracer label with suffix DATA or RAND (BGSBRIGHT, ELG, LRG, QSO). RANDITER int32 -1 for real objects, otherwise the random iteration index (0–99). SEDSFR float64 Star formation rate derived from SED fitting. SEDMASS float64 Stellar mass derived from SED fitting. FLUXG float64 Observed flux in the g photometric band. FLUXR float64 Observed flux in the r photometric band. Each raw file merges all tracers for its zone. Random catalogues mirror the data counts for every tracer and random iteration. Additional columns SEDSFR, SEDMASS, FLUXG, and FLUXR were incorporated from the DESI DR1 value-added catalogues associated with the emission-line sample: https://data.desi.lbl.gov/doc/releases/dr1/vac/stellar-mass-emline/. These quantities are derived via SED fitting using CIGALE (Zou et al. 2024). Classification catalogues (classification/*.fits.gz) Column Type Description TARGETID int64 Identifier of the central object. RANDITER int32 -1 for data rows, otherwise the random catalogue index. ISDATA bool True for data rows; False for random iterations. NDATA int32 Number of neighbour pairs built from data tracers for this target. NRAND int32 Number of neighbour pairs contributed by random tracers. TRACERTYPE string Tracer family (BGSBRIGHT, ELG, LRG, QSO). Probability catalogues (probabilities/*.fits.gz) Column Type Description TARGETID int64 Identifier of the object. TRACERTYPE string Tracer family. PVOID float32 Probability of the object being a void class. PSHEET float32 Probability of the sheet class. PFILAMENT float32 Probability of the filament class. PKNOT float32 Probability of the knot class. Watershed group catalogues Each file contains a primary header plus two binary-table extensions: HDU 1: VOIDS (one row per retained group). HDU 2: POINTMEMBERSHIP (one row per data/random point). Primary-header keywords include TRACER, CAP, NVOIDS, H, OMEGAM, RTHRESH, and WMODE. - Group catalogues (VOIDS, HDU 1) Column Type Description VOIDID int32 Group identifier. NDATAINGROUP int32 Number of data members in the group. NRANDINGROUP int32 Number of random members in the group. RA float64 Group center right ascension (deg). DEC float64 Group center declination (deg). REDSHIFT float64 Redshift of the group center from comoving-distance inversion. X, Y, Z float64 Group center Cartesian coordinates (Mpc/h). REFF float64 Effective RMS radius of members around the group center (Mpc/h). SEMIAXISA, SEMIAXISB, SEMIAXISC float64 Principal semi-axes from the inertia tensor (Mpc/h). ELLIP float32 Ellipticity, defined as 1 - C/A. - Point membership (POINTMEMBERSHIP, HDU 2) Column Type Description NODEINDEX int32 Internal index in the combined data+random graph. TARGETID int64 DESI target identifier. ISDATA int8 1 for data rows, 0 for random rows. GROUPID int32 Assigned watershed group ID; -1 means unassigned. VOIDCLASSID int8 Reserved class field (default -1). VOIDCLASS string Reserved class label (default unknown). R float32 Local contrast statistic. NDATA int32 Number of data neighbours. NRAND int32 Number of random neighbours. RA, DEC, Z float64 Sky coordinates and redshift of each point. XCART, YCART, ZCART float64 Cartesian coordinates (Mpc/h). Using the catalogues All FITS tables are compressed with gzip. Random catalogues use RANDITER values 0–99; filtering on RANDITER >= 0 isolates the random iterations. The Cartesian coordinates assume the Planck18 cosmology provided by astropy.cosmology.Planck18. The masks are distributed as a compressed archive (masks.tar.gz) containing FITS maps with the following naming convention: dr1maskprogramnsidensidefinal.fits – binary mask defining the valid survey footprint for each program (bright or dark). Pixels with value 1 belong to the footprint, while 0 indicates excluded regions. dr1maskprogramnsidensidengc.fits – mask restricted to the North Galactic Cap (NGC). dr1maskprogramnsidensidesgc.fits – mask restricted to the South Galactic Cap (SGC). Here, program corresponds to the DESI observing program (bright for BGS tracers and dark for LRG, ELG, and QSO), and nside indicates the HEALPix resolution parameter. For reproducibility, additional files are provided: dr1maskprogramnsidensidemaps.npz – compressed NumPy archive containing intermediate maps used in the mask construction, including tile coverage, LSS object counts, and smoothed mask representations.