Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
Intensity
float32
-32,768
6.28k
N_PIXELS
float32
0
12
17.371147
4
22.30365
6
17.181721
5
20.089361
6
78.81929
5
136.882751
6
44.193798
5
74.80146
6
17.753895
5
19.223072
5
19.110785
6
19.016718
5
20.46571
5
20.281494
5
18.791824
6
17.914679
5
25.598221
4
19.402075
6
23.594788
5
19.514038
5
17.83526
5
15.752472
6
16.692211
5
14.903424
5
18.980274
5
18.247208
6
16.92395
5
16.289282
5
16.511255
5
16.338861
6
14.991414
6
15.989202
5
19.387756
5
18.07481
5
16.833033
6
16.681147
5
18.024689
5
16.836725
5
16.09259
6
15.663727
5
16.028906
5
15.914662
6
16.694164
5
16.415564
5
15.803034
5
14.935328
5
15.735333
5
14.951599
5
15.515965
6
15.072675
5
14.886505
5
15.100006
5
14.361841
5
13.454437
5
13.192108
6
12.322449
5
14.15007
6
14.042231
5
13.757123
5
13.141652
6
12.765088
5
11.978754
5
12.679822
5
12.332868
5
15.911731
5
16.964306
5
14.687317
5
15.218694
6
17.158936
5
16.457657
6
14.923609
5
14.912542
5
14.700336
5
14.47771
5
14.602038
5
13.650482
6
13.682917
5
13.245265
6
13.404963
5
12.67135
5
16.417517
5
14.956164
5
14.157453
5
13.495447
5
14.224385
6
14.305212
5
12.899188
5
13.550125
6
12.875751
5
12.287297
6
12.336115
5
11.341474
5
12.103742
5
12.428546
5
11.526349
5
11.89185
6
13.516925
5
12.679815
5
12.061635
6
12.037329
5
End of preview. Expand in Data Studio

IRAS Sky Survey Atlas HEALPix Maps

IRAS ISSA 100 micron full-sky Mollweide

This dataset contains NASA LAMBDA's four HEALPix maps made from the coadded HCON-0 IRAS Sky Survey Atlas (ISSA) plates. The configurations contain the 12, 25, 60 and 100 micron bands under their source filename stems.

Source survey IRAS Sky Survey Atlas
Bands 12, 25, 60 and 100 micron
Pixelisation HEALPix NSIDE 1024; 12,582,912 pixels
Ordering NESTED
Coordinate frame Galactic (SKYCOORD = 'Galactic')
Source fields Intensity, N_PIXELS
Source units MJy sr-1, ISSA pixel count

Every configuration has one source row per HEALPix pixel and two float32 columns in source order. There is no pixel-index or validity column.

How to use

python -m venv .venv && .venv/bin/pip install datasets huggingface_hub pyarrow
from datasets import load_dataset
dataset = load_dataset("astro-legacy-archive/iras-issa-maps", "ISSA_B4H0_healpix_ns1024", split="train[:1]", columns=["Intensity", "N_PIXELS"])
row = dataset[0]
print(row["Intensity"], row["N_PIXELS"])
479.0029296875 4.0
import json
from huggingface_hub import hf_hub_download
import pyarrow.parquet as pq
path = hf_hub_download("astro-legacy-archive/iras-issa-maps", "ISSA_B4H0_healpix_ns1024.parquet", repo_type="dataset")
print(json.loads(pq.read_schema(path).metadata[b"healpix_map"])["schema"])
astro-legacy-archive/healpix-map

The embedded document records geometry, both field units, and all-column coverage. Its documented Intensity=-32768 no-data code and measured N_PIXELS=0 population are kept as separate per-column records.

Source structure

LAMBDA made these maps by averaging the coadded ISSA data over HEALPix pixels. It excluded overlapping data between neighbouring ISSA fields and used every field, including the Reject fields at low ecliptic latitudes. The source notes that zodiacal-model residuals are significant in those Reject fields and that minor discontinuities occur at some field boundaries.

Each FITS bintable contains 12,582,912 scalar rows with the following fields:

source field source format source unit description from the source header
Intensity 1E MJy sr-1 Average band intensity over the HEALPix pixel
N_PIXELS 1E ISSA pixel count Number of ISSA pixels contributing to the HEALPix pixel

The four source files differ only in band and values. Their source FREQ values are 12 micron band, 25 micron band, 60 micron band, and 100 micron band; the leading spaces in the first three are retained in the embedded physics metadata.

configuration usable intensity range (MJy sr-1) pixels without ISSA data
ISSA_B1H0_healpix_ns1024 -1.460486650466919 to 6280.716796875 244,294
ISSA_B2H0_healpix_ns1024 -1.4746202230453491 to 14841.6728515625 241,766
ISSA_B3H0_healpix_ns1024 -3.6768555641174316 to 18864.146484375 247,052
ISSA_B4H0_healpix_ns1024 -0.9458389282226562 to 23451.69921875 241,084

LAMBDA states that Intensity is set to -32768 for “HEALPix pixels that contain no ISSA data.” In each configuration, N_PIXELS is float32 zero at exactly those positions. The embedded metadata records -32768 with LAMBDA's documented meaning and records N_PIXELS zero only as a measured code. The source fields contain no NaNs or infinities.

Resolution and interpretation caveats

The ISSA Explanatory Supplement gives native in-scan FWHM values of 3.5, 3.5, 3.6, and 4.7 arcmin at 12, 25, 60, and 100 micron respectively. Each value and its document basis are recorded in the embedded structured physics.

ISSA was designed for relative photometry of objects outside the Solar system; it does not establish the absolute surface brightness of the sky. Quantitative surface-brightness use requires the IRAS–DIRBE calibration and zero-level context. Photometry in the low-ecliptic-latitude Reject set requires particular care because the zodiacal-emission subtraction has significant residuals. The source documentation also identifies a small amount of Galactic-plane data with saturated 60 and 100 micron detectors and general low-level artifacts from imperfections in the zodiacal-intensity subtraction model.

Projected siblings

LAMBDA separately serves Mollweide and Zenith Equal Area projected images for each band:

  • ISSA_mollweide_B1H0_healpix_ns1024.fits
  • ISSA_zea_B1H0_healpix_ns1024.fits
  • ISSA_mollweide_B2H0_healpix_ns1024.fits
  • ISSA_zea_B2H0_healpix_ns1024.fits
  • ISSA_mollweide_B3H0_healpix_ns1024.fits
  • ISSA_zea_B3H0_healpix_ns1024.fits
  • ISSA_mollweide_B4H0_healpix_ns1024.fits
  • ISSA_zea_B4H0_healpix_ns1024.fits

Those images oversample and replicate HEALPix values. They are distinct source products and are not configurations in this holding.

Relationship to IRIS

This holding is distinct from iris-infrared-maps. Both trace the IRAS survey, but these files are LAMBDA's NSIDE-1024 averages of the coadded ISSA HCON-0 plates. iris-infrared-maps contains the later Improved Reprocessing of the IRAS Survey at NSIDE 2048 and uses DIRBE information where IRAS had no observation. The two releases have different processing, grids, coverage values, and source filenames.

Provenance

The source files and their pins are:

source file SHA-256
ISSA_B1H0_healpix_ns1024.fits 3b3cbc6eb2ef53c28dfff64cc477ad699ef352d4a05e8ba742f2b6f68d54189c
ISSA_B2H0_healpix_ns1024.fits 96e590945d5e4a1c10f8029e63aa20dd1813351230aad26a201c111ae6495b2e
ISSA_B3H0_healpix_ns1024.fits 9ec10a249d70bd5a4e471adb6742932e0c371805c20b025876351743cfab218f
ISSA_B4H0_healpix_ns1024.fits 6610949fa61a6bad3b1d4b1b331f35f72b8dc2cd74f661fe5ca357b7a705a1b0

The complete source headers, URLs, hashes, retrieval timestamps, measured codes, documented meanings, ISSA supplement pin, and regeneration command are embedded in each Parquet file. Rebuild with python tools/make_iras_issa.py data/iras-issa-maps.

Licensing, credit and citation

The product pages do not publish a named licence. HEASARC's data-use page states: “HEASARC materials are all available freely for your use.”

LAMBDA requests:

We acknowledge the use of the Legacy Archive for Microwave Background Data Analysis (LAMBDA), part of the High Energy Astrophysics Science Archive Center (HEASARC). HEASARC/LAMBDA is a service of the Astrophysics Science Division at the NASA Goddard Space Flight Center.

Please cite Wheelock, S. L. et al. (1994), IRAS Sky Survey Atlas Explanatory Supplement, JPL Publication 94-11, Pasadena: Jet Propulsion Laboratory.

The product description and downloads are available from NASA LAMBDA.

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 README space's Community tab or the Community tab of any dataset. Confirmed corrections are made in the source conversion tools and published by rebuilding the dataset.

Downloads last month
24

Collection including astro-legacy-archive/iras-issa-maps