auger-cosmic-rays / README.md
juliensimon's picture
Update Auger cosmic rays: 24,319 records
994276c verified
metadata
license: cc-by-4.0
pretty_name: Pierre Auger Observatory Cosmic Rays
language:
  - en
description: >-
  Cosmic ray event data from the Pierre Auger Observatory — the world's largest
  ultra-high-energy cosmic ray detector.
task_categories:
  - tabular-regression
tags:
  - space
  - physics
  - cosmic-ray
  - auger
  - ultra-high-energy
  - open-data
  - tabular-data
  - parquet
size_categories:
  - 1K<n<10K
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/auger_cosmic_rays.parquet
    default: true

Pierre Auger Observatory Cosmic Rays

Part of the Physics Datasets collection on Hugging Face.

Summary data from the Pierre Auger Observatory, the world's largest detector of ultra-high-energy cosmic rays. Currently 24,319 records.

Dataset description

The Pierre Auger Observatory in Mendoza, Argentina, uses 1,660 water-Cherenkov surface detectors spread over 3,000 km^2, plus fluorescence telescopes, to detect cosmic rays with energies above 10^18 eV. These are the most energetic particles known in nature, and their origins remain one of the biggest open questions in astrophysics.

This dataset contains summary-level event data from the Auger open data release on Zenodo.

Ultra-high-energy cosmic rays (UHECRs) are the most energetic particles observed in nature, with individual events carrying macroscopic amounts of kinetic energy -- a single particle at 10^20 eV has roughly the energy of a tennis ball served at 150 km/h, compressed into a single subatomic particle. When such a particle strikes the atmosphere, it triggers a cascade of billions of secondary particles called an extensive air shower, spreading over several square kilometers at ground level. The Pierre Auger Observatory detects these showers through a hybrid technique: the surface detector array measures the lateral distribution and timing of shower particles on the ground, while fluorescence telescopes observe the ultraviolet glow of atmospheric nitrogen excited by the shower as it develops. This combination provides both the energy and the atmospheric depth of shower maximum (Xmax), a key observable for inferring the mass composition of the primary cosmic ray.

Auger's major scientific results include the confirmation of the GZK suppression (the steepening of the cosmic ray spectrum above ~5x10^19 eV, expected from interactions with the cosmic microwave background), evidence for a dipole anisotropy in arrival directions above 8x10^18 eV suggesting an extragalactic origin, and measurements of Xmax distributions that indicate a transition from light (proton-like) to heavier (iron-like) composition at the highest energies. These findings constrain models of cosmic ray acceleration in astrophysical sources such as active galactic nuclei, gamma-ray bursts, and starburst galaxies.

This open dataset enables independent analyses of arrival direction distributions, energy spectrum features, and composition-sensitive observables. It is used in multi-messenger astrophysics studies correlating UHECR directions with neutrino and gamma-ray source catalogs, and for validating hadronic interaction models that describe particle physics at center-of-mass energies far beyond the reach of the LHC.

Schema

Column Type Description
id int64
sdid int64
gpstime int64
sd_standard int64
multi_eye int64
sd_gpsnanotime float64
sd_theta float64
sd_dtheta float64
sd_phi float64
sd_dphi float64
sd_energy float64
sd_denergy float64
sd_l float64
sd_b float64
sd_ra float64
sd_dec float64
sd_x float64
sd_dx float64
sd_y float64
sd_dy float64
sd_z float64
sd_easting float64
sd_northing float64
sd_altitude float64
sd_r float64
sd_d_r float64
sd_s1000 float64
sd_ds1000 float64
sd_s38 float64
sd_gcorr float64
sd_wcorr float64
sd_beta float64
sd_gamma float64
sd_chi2 float64
sd_ndf float64
sd_geochi2 float64
sd_geondf float64
sd_nbstat float64
fd_id float64
fd_gpsnanotime float64
fd_hd_spectrum_eye float64
fd_hd_calib_eye float64
fd_hd_xmax_eye float64
fd_theta float64
fd_dtheta float64
fd_phi float64
fd_dphi float64
fd_l float64
fd_b float64
fd_ra float64
fd_dec float64
fd_total_energy float64
fd_dtotal_energy float64
fd_cal_energy float64
fd_dcal_energy float64
fd_xmax float64
fd_dxmax float64
fd_height_xmax float64
fd_dist_xmax float64
fd_d_ed_xmax float64
fd_dd_ed_xmax float64
fd_x float64
fd_dx float64
fd_y float64
fd_dy float64
fd_z float64
fd_easting float64
fd_northing float64
fd_altitude float64
fd_cherenkov_fraction float64
fd_min_view_angle float64
fd_usp_l float64
fd_dusp_l float64
fd_usp_r float64
fd_dusp_r float64
fd_hottest_station_id float64
fd_dist_sdp_station float64
fd_dist_axis_station float64
sd_exposure float64
source_file object

Quick stats

  • 24,319 records

Usage

from datasets import load_dataset

ds = load_dataset("juliensimon/auger-cosmic-rays", split="train")
df = ds.to_pandas()
print(f"{len(df):,} Auger events")
print(df.describe())

Data source

Pierre Auger Observatory Open Data, Zenodo DOI: 10.5281/zenodo.4487613

Pipeline

Source code: juliensimon/space-datasets

Support

If you find this dataset useful, please give it a ❤️ on the dataset page and share feedback in the Community tab! Also consider giving a ⭐️ to the space-datasets repo.

Citation

@dataset{auger_cosmic_rays,
  author = {Simon, Julien},
  title = {Pierre Auger Observatory Cosmic Rays},
  year = {2026},
  publisher = {Hugging Face},
  url = {https://huggingface.co/datasets/juliensimon/auger-cosmic-rays},
  note = {Based on Pierre Auger Observatory open data (Zenodo 10.5281/zenodo.4487613)}
}

License

CC-BY-4.0