While the full survey data remained proprietary to collaboration members, DesiHub 3 (2021) included the Early Data Release (EDR). This subset allowed collaboration scientists to publish "early science" papers. The EDR contained:
Why should you care about a data release from three years ago? Because DESIHUB 3 2021 proved that DESI worked. After years of delays, a pandemic, and complex hardware integration, the 2021 data was the "proof of concept." It showed that the 5,000 robots could align simultaneously, that the spectrographs could maintain calibration over a full lunar cycle, and that the data pipeline could handle the torrent of information.
For astronomers, the 3 2021 release is often compared to the Hubble Deep Field—a small glimpse that revealed a vast universe. It did not answer all the questions about Dark Energy, but it set the stage for the answers that are now coming in the 2024–2026 DESI data releases. desihub 3 2021
For software engineers and data scientists, DesiHub 3 (2021) was notable for its technical stack:
| Component | Specification in DesiHub 3 (2021) | | :--- | :--- | | Data Volume | ~1.2 Petabytes (compressed) | | Programming Language | Python 3.8 (core pipeline), C++ (fast algorithms) | | Database | PostgreSQL with Q3C (spherical geometry indexing) | | Workflow Manager | DesiJoin (custom DAG-based system) | | Access Method | Globus Auth + SSH key pairs | | File Format | FITS (Flexible Image Transport System) with custom headers | Check community channels:
A typical query to DesiHub 3 in 2021 looked like this (conceptual Python snippet):
from desihub import DataAccess as da
from desiutil import redshift
Before dissecting version 3 from 2021, it is essential to understand the ecosystem. DesiHub is not a physical location but rather a collaborative data and software platform—akin to a specialized GitHub or a scientific data portal—designed specifically for the DESI collaboration. DESI itself is an instrument mounted on the Nicholas U. Mayall 4-meter Telescope at Kitt Peak National Observatory in Arizona. Its primary goal? To capture the light from 35 million distant galaxies and quasars to create the most precise 3D map of the universe. Look for release artifacts:
DesiHub serves as the central nervous system for this data. It hosts:
In this ecosystem, version releases are major events. DesiHub 3 (2021) was the third major iteration of this platform, and it arrived at a pivotal time.
The DESIHUB 3 2021 dataset included several critical features that set a new standard for spectroscopic surveys:
For those with academic or research credentials, accessing this historical data set is done via the National Energy Research Scientific Computing Center (NERSC) portal. It is important to note that as of 2025, DESIHUB 3 2021 is largely considered a legacy release; most active research has moved onto DESI DR1 (2022) and DR2 (2023). However, it remains vital for: