CoolFace
Datasetpublic

astro-legacy-archive/dirbe-zsma

COBE/DIRBE Zodi-Subtracted Mission Average maps This dataset contains the ten COBE/DIRBE Zodi-Subtracted Mission Average maps served by LAMBDA at 1.25, 2.2, 3.5, 4.9, 12, 25, 60, 100, 140, and 240 microns. Each configuration is one source FITS table with 393,216 rows in the COBE resolution-9 quadrilateralized spherical-cube pixelisation. python -m venv .venv && .venv/bin/pip install datasets huggingface_hub pyarrow from datasets import load_dataset dataset =… See the full description on the dataset page: https://huggingface.co/datasets/astro-legacy-archive/dirbe-zsma.

sourceHugging Faceotherupdated 2d agoView on Hugging Face
0likes298downloads
Dataset Card

COBE/DIRBE Zodi-Subtracted Mission Average maps

[image]

This dataset contains the ten COBE/DIRBE Zodi-Subtracted Mission Average maps served by LAMBDA at 1.25, 2.2, 3.5, 4.9, 12, 25, 60, 100, 140, and 240 microns. Each configuration is one source FITS table with 393,216 rows in the COBE resolution-9 quadrilateralized spherical-cube pixelisation.

sh
python -m venv .venv && .venv/bin/pip install datasets huggingface_hub pyarrow
python
from datasets import load_dataset
dataset = load_dataset("astro-legacy-archive/dirbe-zsma", "DIRBE_BAND1A_ZSMA", split="train[:1]", columns=["Pixel_no", "Resid"])
row = dataset[0]
print(row["Pixel_no"], row["Resid"])
text
0 0.4949333071708679
python
import json
from huggingface_hub import hf_hub_download
import pyarrow.parquet as pq
path = hf_hub_download("astro-legacy-archive/dirbe-zsma", "DIRBE_BAND1A_ZSMA.parquet", repo_type="dataset")
print(json.loads(pq.read_metadata(path).metadata[b"explicit_pixel_table"])["pixelisation"]["scheme"]["resolution"]["value"])
text
9

Each table retains the source columns Pixel_no, Resid, NumObs, NumWks, and StdDev in source order. Resid and StdDev use MJy/sr; the other fields have blank source TUNIT values. Pixel_no runs from 0 through 393,215. No source-documented replacement code occurs in the pinned files.

Product and table structure

LAMBDA describes ZSMA construction as subtracting the DIRBE Sky and Zodi Atlas zodiacal-light estimate from each weekly map before averaging the residual intensities. The primary headers identify Pass 3B processing, the full sky, equinox 2000, observations from 1989-11-12 through 1990-09-21, solar elongations from 68 to 120 degrees, combined approach vectors, and IPD model FD6. These statements remain source metadata rather than new table columns.

Every configuration has the same five scalar field shapes and row width of 17 bytes. Resid is the unweighted mean residual intensity after IPD-model removal. NumObs is the number of contributing 1/8-second observations; NumWks is the number of weekly residuals used in that mean; and StdDev is the standard deviation of the mean computed from the weekly residuals. The source states that its quoted intensity assumes nu I(nu) is constant and that other spectra require colour correction.

The source projection has six 256 by 256 faces. Its approximately equal-area pixels are equivalent to 0.32-degree squares, while the instantaneous DIRBE beam is 0.7 by 0.7 degrees. Pixel identities are the source Pixel_no values; coordinate tables published separately by COBE can relate their centres to ecliptic, Galactic, and equatorial coordinates.

The ten bands have 3,932,160 rows in total. Every numeric value is finite. The residual ranges extend from 0.0256427769 to 215.8180542 MJy/sr at 1.25 microns and from -6.1458148956 to 6781.1699219 MJy/sr at 240 microns. The widest measured range is in the 140-micron map, from -10.9704360962 to 12269.9726562 MJy/sr. StdDev includes a small number of genuine zero values in every band. None is assigned a special-code meaning.

configurationnominal wavelengthsource SHA-256
DIRBE_BAND1A_ZSMA1.25 µm5686cf768467fa595aea2e1fad9cfc1b0231d5c5736073fde05333bfcd895a76
DIRBE_BAND2A_ZSMA2.2 µm7c4340c7345a7476c94e060c9ceffd9061492607aa0f3bd6cc6b2657d0e84ea8
DIRBE_BAND3A_ZSMA3.5 µmdb2c464df5e7fda0cafdefbe4f538a0d71145a9c27c99f6bae009afb1d26d08e
DIRBE_BAND04_ZSMA4.9 µmb9a99077d650f67d4ac96efd95a8c214eda6c469ec232662809f4926f1fb44fd
DIRBE_BAND05_ZSMA12 µma183286807da462d102e1c35ce82d02870f7df36c143c3229144a833207b4664
DIRBE_BAND06_ZSMA25 µm3d04128a0b6d2bad0417ce81350e3d08c579a6f749238b5008896d09c31f6c91
DIRBE_BAND07_ZSMA60 µm8567a971d6ccfbddabf87d66c6d1d458b22cdde90a43f93818c07f81b0ce447e
DIRBE_BAND08_ZSMA100 µm907a62a76f1347141affd2124af27c071ead27a0629689b578a3d0a1c1943eaa
DIRBE_BAND09_ZSMA140 µm92c438537331ebf908654668711f23ee75d2f43630fc9d0f66e7b8826709a39c
DIRBE_BAND10_ZSMA240 µmd079b7b862eb6baf520237bc8401bc8aa5fea67bea6d43b13e68df47d21fe4a9

Each source file is 6,701,760 bytes. Band-specific wavelength keywords and product identifiers remain in the individual embedded headers; measured ranges and observation-count distributions are recorded in facts.yaml. Loading one configuration reads one released band and does not materialise or join the other nine.

Provenance

The embedded explicit_pixel_table document contains both FITS headers, the source pin, column definitions, pixelisation statements and their bases, credit, and regeneration command.

Source product: LAMBDA COBE/DIRBE ZSMA. The ten FITS sources total 67,017,600 bytes. Their individual SHA-256 pins are stored in each Parquet file and in facts.yaml. Rebuild with python tools/make_dirbe_zsma.py data/dirbe-zsma.

Configuration names are source filename stems, including the source's different 1A, 2A, 3A, and zero-padded 0409 spellings. A rebuild checks every source byte count and SHA-256 before conversion, validates the self-description, and compares the Parquet values with the FITS binary-table bytes. The comparison covers TTYPE and TUNIT identity, TFORM numeric width, scalar shape, value bits, column order, and row order. It does not claim that the reconstructed FITS container has identical cards, padding, or checksum bytes.

Considerations for use

ZSMA is a zodiacal-light-subtracted mission average, not the individual weekly observations or the DIRBE Sky and Zodi Atlas. Its residuals still contain Galactic and extragalactic sky emission and any residual foreground or instrumental effects. The beam is broader than a resolution-9 pixel, and neighbouring table rows should not be interpreted as independent beam-resolution measurements. Counts and standard deviations vary with sky position because the weekly and 1/8-second observation coverage varies.

No explicit data licence was found on the checked LAMBDA pages. LAMBDA's COBE credit is: “The COBE datasets were developed by the NASA Goddard Space Flight Center under the guidance of the COBE Science Working Group.” Cite Hauser et al. (1998), doi:10.1086/306379, and Kelsall et al. (1998), doi:10.1086/306380.

Hauser et al. describe the DIRBE search for the cosmic infrared background; Kelsall et al. describe the interplanetary-dust model subtracted in this product. Analyses should retain the source band convention and apply the appropriate published colour correction when the assumed spectrum is not nu I(nu) constant.

Licence

HEASARC states verbatim:

HEASARC materials are all available freely for your use.

This is a free-use statement rather than a named formal licence.

Errata and requests

To report an erratum, propose a correction, or ask a question about this dataset, open a Discussion or Pull Request in its Community tab; posting requires a free Hugging Face account. Dataset requests and archive-wide questions may be posted in the Community tab of any dataset. Confirmed corrections are made in the source conversion tools and published by rebuilding the dataset.