CoolFace
Datasetpublic

juliensimon/fermi-3pc-gamma-ray-pulsars

Fermi LAT Third Pulsar Catalog (3PC) Credit: NASA/JPL-Caltech/STScI/CXC/SAO Part of the Astronomy Datasets and Physics Datasets collections on Hugging Face. Complete catalog of 7,197 gamma-ray pulsars detected by the Fermi Large Area Telescope (LAT), sourced from NASA HEASARC. Dataset description Pulsars are rapidly rotating, highly magnetized neutron stars that emit beams of electromagnetic radiation. When these beams sweep across Earth, they produce… See the full description on the dataset page: https://huggingface.co/datasets/juliensimon/fermi-3pc-gamma-ray-pulsars.

sourceHugging Facecc-by-4.0updated 6mo agoView on Hugging Face
0likes29downloads
Dataset Card

Fermi LAT Third Pulsar Catalog (3PC)

<div align="center"> <img src="banner.jpg" alt="Cassiopeia A supernova remnant in X-ray, optical, and infrared light" width="400"> <p><em>Credit: NASA/JPL-Caltech/STScI/CXC/SAO</em></p> </div>

Part of the [Astronomy Datasets](https://huggingface.co/collections/juliensimon/astronomy-datasets-69c24caf2f17e36128946743) and [Physics Datasets](https://huggingface.co/collections/juliensimon/physics-datasets-681b79c9a7e113e34e4467f4) collections on Hugging Face.

Updated

Complete catalog of 7,197 gamma-ray pulsars detected by the Fermi Large Area Telescope (LAT), sourced from NASA HEASARC.

Dataset description

Pulsars are rapidly rotating, highly magnetized neutron stars that emit beams of electromagnetic radiation. When these beams sweep across Earth, they produce periodic pulses observed across the spectrum from radio to gamma rays. The Fermi LAT Third Pulsar Catalog (3PC) is the definitive census of pulsars detected at GeV gamma-ray energies by the Fermi Large Area Telescope, the most sensitive gamma-ray surveyor ever flown.

Gamma-ray pulsars fall into two broad populations:

  • —Millisecond pulsars (MSPs): old neutron stars spun up to periods of 1-30 ms by accretion from a binary companion. They have weak surface magnetic fields (~10^8-10^9 G) but enormous spin-down luminosities. Many were first discovered through gamma-ray pulsation searches, having been missed by radio surveys.
  • —Young pulsars: recently formed neutron stars (characteristic ages < ~100 kyr) with strong magnetic fields (~10^12 G) and periods of 30 ms to several seconds. These include famous objects like the Crab and Vela pulsars.

The Fermi LAT is uniquely suited for pulsar studies because gamma rays probe the magnetospheric emission regions directly. Unlike radio emission (which originates from a narrow cone near the magnetic poles), gamma-ray emission arises from particle acceleration in the outer magnetosphere or current sheet, providing constraints on pulsar emission geometry and plasma physics that are inaccessible at other wavelengths.

The 3PC catalog includes spin parameters (period, period derivative), derived quantities (spin-down luminosity, characteristic age, surface magnetic field), spectral properties (spectral index, cutoff energy), and flux measurements for each detected pulsar.

Schema

ColumnTypeDescription
__rowfloatRow
namestringPulsar name (e.g. J0030+0451)
data_releasefloatData Release
rafloatRight ascension (degrees, J2000)
decfloatDeclination (degrees, J2000)
liifloatGalactic longitude (degrees)
biifloatGalactic latitude (degrees)
semi_major_axis_68floatSemi Major Axis 68
semi_minor_axis_68floatSemi Minor Axis 68
position_angle_68floatPosition Angle 68
semi_major_axis_95floatSemi Major Axis 95
semi_minor_axis_95floatSemi Minor Axis 95
position_angle_95floatPosition Angle 95
detection_significancefloatDetection Significance
pivot_energyfloatPivot Energy
flux_1_100_gevfloatFlux 1 100 Gev
flux_1_100_gev_errorfloatFlux 1 100 Gev Error
energy_fluxfloatEnergy Flux
energy_flux_errorfloatEnergy Flux Error
pl_flux_densityfloatPl Flux Density
pl_flux_density_errorfloatPl Flux Density Error
pl_indexfloatPl Index
pl_index_errorfloatPl Index Error
lp_flux_densityfloatLp Flux Density
lp_flux_density_errorfloatLp Flux Density Error
lp_indexfloatLp Index
lp_index_errorfloatLp Index Error
lp_betafloatLp Beta
lp_beta_errorfloatLp Beta Error
lp_curve_significancefloatLp Curve Significance
lp_epeakfloatLp Epeak
lp_epeak_errorfloatLp Epeak Error
plec_flux_densityfloatPlec Flux Density
plec_flux_density_errorfloatPlec Flux Density Error
plec_index_sfloatPlec Index S
plec_index_s_errorfloatPlec Index S Error
plec_exp_factor_sfloatPlec Exp Factor S
plec_exp_factor_s_errorfloatPlec Exp Factor S Error
plec_exp_indexfloatPlec Exp Index
plec_curve_significancefloatPlec Curve Significance
plec_epeakfloatPlec Epeak
plec_epeak_errorfloatPlec Epeak Error
npredfloatNpred
variability_indexfloatVariability Index
frac_variabilityfloatFrac Variability
frac_variability_errorfloatFrac Variability Error
significance_peakfloatSignificance Peak
flux_peakfloatFlux Peak
flux_peak_errorfloatFlux Peak Error
time_peakfloatTime Peak
time_peak_intervalfloatTime Peak Interval
assoc_namestringAssociated source name
assoc_prob_bayfloatAssoc Prob Bay
assoc_prob_lrfloatAssoc Prob Lr
assoc_rafloatAssoc Ra
assoc_decfloatAssoc Dec
assoc_error_radiusfloatAssoc Error Radius
analysis_flagsfloatAnalysis Flags
__x_ra_decfloatX Ra Dec
__y_ra_decfloatY Ra Dec
__z_ra_decfloatZ Ra Dec

Quick stats

  • —7,197 gamma-ray pulsars
  • —61 columns retained after null filtering

Usage

python
from datasets import load_dataset

ds = load_dataset("juliensimon/fermi-3pc-gamma-ray-pulsars", split="train")
df = ds.to_pandas()

# Overview
print(f"{len(df):,} gamma-ray pulsars")
print(df.describe())

Data source

All data comes from the Fermi LAT Pulsar Catalog (fermilpsc) hosted by NASA's High Energy Astrophysics Science Archive Research Center (HEASARC), accessed via the TAP protocol.

Based on: Smith, D.A. et al. (2023), "The Third Fermi Large Area Telescope Catalog of Gamma-Ray Pulsars", The Astrophysical Journal, 958, 191. arXiv:2307.11132

Update schedule

Static dataset. The 3PC catalog is a fixed publication; re-run only if HEASARC updates the table.

Related datasets

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

bibtex
@dataset{fermi_3pc_gamma_ray_pulsars,
  author = {Simon, Julien},
  title = {Fermi LAT Third Pulsar Catalog (3PC)},
  year = {2026},
  publisher = {Hugging Face},
  url = {https://huggingface.co/datasets/juliensimon/fermi-3pc-gamma-ray-pulsars},
  note = {Based on Smith et al. (2023), NASA HEASARC fermilpsc table}
}

License

CC-BY-4.0