T list |
|---|
[
243.9274444580078,
244.02867126464844,
244.0149383544922,
244.0619659423828,
247.80213928222656,
248.04054260253906,
247.88265991210938,
247.86744689941406,
247.8633575439453,
247.8416290283203,
247.89508056640625,
247.86376953125,
245.56983947753906,
249.29421997070312,
245.320571899414... |
[
246.8701171875,
247.07859802246094,
246.8925323486328,
246.81117248535156,
247.0371856689453,
246.78436279296875,
247.2360076904297,
247.06590270996094,
247.01918029785156,
247.0779571533203,
247.10003662109375,
247.1162872314453,
247.11964416503906,
247.0837860107422,
246.99989318847656... |
[
246.8660125732422,
246.92970275878906,
246.93807983398438,
246.99856567382812,
246.9456329345703,
247.0034942626953,
246.9425506591797,
246.9843292236328,
246.9363250732422,
247.0321807861328,
247.05043029785156,
246.8983917236328,
246.98033142089844,
246.9235382080078,
246.9757385253906... |
[
244.642578125,
245.7047119140625,
246.62826538085938,
247.76817321777344,
248.86138916015625,
249.66957092285156,
250.1374969482422,
249.8185577392578,
249.17642211914062,
249.08262634277344,
248.8418426513672,
248.011474609375,
247.5992889404297,
248.15211486816406,
249.6382293701172,
... |
[
251.07894897460938,
252.10223388671875,
252.2244873046875,
253.24070739746094,
256.4294128417969,
260.11822509765625,
263.23126220703125,
268.6434326171875,
276.62127685546875,
283.4801940917969,
288.260498046875,
292.6451721191406,
294.1158752441406,
293.3714599609375,
294.3023071289062... |
[
287.8529968261719,
291.1105651855469,
295.5364074707031,
297.45416259765625,
298.784912109375,
300.48858642578125,
304.02386474609375,
307.0362854003906,
308.9892272949219,
311.9677429199219,
316.70269775390625,
318.7100830078125,
317.0754699707031,
314.8319091796875,
317.81512451171875,... |
[
302.3238830566406,
294.34844970703125,
291.6862487792969,
292.984619140625,
295.5556945800781,
296.8947448730469,
298.5400085449219,
298.3966064453125,
296.28863525390625,
294.2132568359375,
292.01617431640625,
288.15863037109375,
282.3874206542969,
278.653076171875,
277.2384338378906,
... |
[
291.12225341796875,
293.2978515625,
297.48345947265625,
300.6178894042969,
299.90179443359375,
297.80010986328125,
290.9701232910156,
282.5340881347656,
275.6429443359375,
274.6222839355469,
276.45623779296875,
279.7580871582031,
284.3340148925781,
287.5777587890625,
291.32281494140625,
... |
[
341.71875,
343.7535400390625,
342.0645446777344,
343.99981689453125,
339.0802001953125,
319.8377990722656,
309.5677795410156,
326.1773376464844,
347.6854248046875,
350.3857116699219,
337.7936096191406,
326.7174072265625,
318.3453063964844,
309.3301086425781,
301.0738830566406,
299.4989... |
[
335.9347229003906,
335.5262756347656,
326.31549072265625,
323.4698181152344,
326.65386962890625,
318.3028869628906,
303.5423583984375,
305.24456787109375,
320.97967529296875,
330.9305725097656,
323.940673828125,
309.1174621582031,
297.0776672363281,
296.3315734863281,
303.0236511230469,
... |
EDA2 159 MHz Southern-Sky Maps
This dataset contains four products from the EDA2 159 MHz southern-sky survey: maps made with and without a large-scale sky prior, a noise map, and a spectral-index map against the Haslam 408 MHz survey. The two intensity maps and the noise map cover the complete HEALPix grid; the spectral-index map has 279 pixels carrying the source HEALPix UNSEEN value.
Intended uses
The maps support low-frequency sky and foreground studies, including
comparison with the 408 MHz sky and assessment of the large angular
scales that a compact interferometer cannot measure directly. The
EDA2_159MHz_I_noPrior_HPXbin is made without a spatial prior, while
EDA2_159MHz_I_wPrior_HPXbin supplies the unmeasured harmonics from a rescaled,
desourced and destriped Haslam map.
| Instrument | EDA2, 256 dipoles, SKA-Low prototype |
| Site | Murchison Radio-astronomy Observatory, Western Australia |
| Centre frequency | 159.375 MHz |
| Bandwidth | 0.926 MHz |
| Observations | Drift scans on 2019-09-16/17 and 2020-04-10/11 |
| Flux scale | Quiet Sun, 56,195 Jy at 159.375 MHz |
| Pixelisation | HEALPix, NSIDE 64 (49,152 pixels), RING ordering |
| Coordinate frame | Equatorial |
| Maximum resolution | Approximately 3.1 degrees on a 0.916-degree pixel grid |
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/eda2-159mhz", "EDA2_159MHz_I_wPrior_HPXbin", split="train")
measurement = dataset.select([35]).select_columns(["T"])[0]
print(measurement["T"][573])
8815.318359375
The coordinate lookup is at Sgr A*. It returns the global maximum of this map. The corresponding maximum without the prior is 8626.316 K.
import json
from huggingface_hub import hf_hub_download
import pyarrow.parquet as pq
path = hf_hub_download("astro-legacy-archive/eda2-159mhz", "EDA2_159MHz_I_wPrior_HPXbin.parquet", repo_type="dataset")
print(json.loads(pq.read_schema(path).metadata[b"healpix_map"])["healpix"]["ordering"])
RING
Configs
Each source file contains one bintable and is addressed by its filename stem verbatim. Every table contains 48 rows of 1,024 pixels. The Parquets are about 0.3 MB each.
| config | source file | content | unit |
|---|---|---|---|
EDA2_159MHz_I_noPrior_HPXbin |
EDA2_159MHz_I_noPrior_HPXbin.fits |
Map made without a spatial prior, with a 247 K global monopole | K |
EDA2_159MHz_I_wPrior_HPXbin |
EDA2_159MHz_I_wPrior_HPXbin.fits |
Full sky with unmeasured harmonics constrained by the Haslam prior | K |
noise_map_HPXbin |
noise_map_HPXbin.fits |
Terrestrial and common-mode noise estimate | K |
EDA2prior159_Haslam408_SI_HPXbin |
EDA2prior159_Haslam408_SI_HPXbin.fits |
159/408 MHz temperature spectral index | dimensionless |
Dataset structure
Every config has one source column:
| column | type | unit | description |
|---|---|---|---|
T |
fixed-size list[1024] of float32 | config-dependent | Map value described in the config table above |
Unit K is
machine-readable with product-documentation provenance for both
intensity maps and the noise map; the spectral index is dimensionless.
| product file | coded pixels | range | median |
|---|---|---|---|
EDA2_159MHz_I_noPrior_HPXbin |
0 | 137.38297 to 8626.316 K | 280.47 K |
EDA2_159MHz_I_wPrior_HPXbin |
0 | 167.29546 to 8815.318 K | 320.80 K |
noise_map_HPXbin |
0 | -1.0158879 to 1.0837861 K | 0 K |
EDA2prior159_Haslam408_SI_HPXbin |
279 | 2.1404643 to 3.1088538 | 2.68267 |
The EDA2_159MHz_I_noPrior_HPXbin map, made without a spatial prior, covers the
EDA2 sky below about +60 degrees
declination and has a 247 K global monopole added for the largest scale
that EDA2 cannot measure. The EDA2_159MHz_I_wPrior_HPXbin map covers the full
sky; its unmeasured harmonics are constrained by a rescaled, desourced
and destriped Haslam 408 MHz prior.
The noise map has exactly 4,900 zero pixels, precisely the pixels north of declination +53.57 degrees. It also contains 22,085 negative pixels; negative values are part of the noise estimate, not errors.
The spectral-index map's 279 UNSEEN values are a bright-source mask, not survey coverage. They form exactly nine compact discs: Cen A (102 pixels), Cyg A (57), Fornax A (25), Virgo A (23), Hydra A (16), Pictor A (15), 3C 353 (15), Her A (13), and one centred at RA 241.17, Dec +0.73 (13). Its observed fraction is 0.9943. Its sign convention is positive beta with T proportional to nu^(-beta), not the usual negative-alpha convention.
The spectral-index source value is float32 -1.6375e30. It remains
in-band in the Parquet, so a naive mean is meaningless. Its value is recorded
in coverage.codes and must be excluded before calculating a mean. The code
is byte-identical to healpy.UNSEEN, documented as the
special value used for masked pixels.
Provenance
- Canonical deposit: Dataset: EDA2 159 MHz All-Sky Radio Maps, version 1.0, published 2022-02-11.
- Deposit citation: "Mike Kriele (2022). Dataset: EDA2 159 MHz All-Sky Radio Maps. http://dx.doi.org/10.26185/620ee2ae9d8b7".
- On 2026-08-29, the four named HPXbin files in the DOI deposit and the NASA LAMBDA copy had the same SHA-256 digests.
| source file | SHA-256 |
|---|---|
EDA2_159MHz_I_noPrior_HPXbin.fits |
316786fd500793177f638a5e5306eb748989919b5401975ee2380dc534df7dd1 |
EDA2_159MHz_I_wPrior_HPXbin.fits |
80bbd79e1dcfc24a38c7ddf3b9a241a695579609a5e26d922fc171946e6405bb |
noise_map_HPXbin.fits |
1d7f249f96e0f2da81f71ae3f3a92f12a1b0ab4a23f53dda00861d932accc038 |
EDA2prior159_Haslam408_SI_HPXbin.fits |
eb9da6b68d88480612e4215091d829b57a45155801692e33b4f38006fbfac9db |
The source maps retain RING ordering and identify the equatorial frame
with COORDSYS = 'C'. The embedded pixel_rule maps row/list positions
to source pixels. Provenance (the original headers, source URLs and
hashes, retrieval date, and the regeneration command) is embedded in
each Parquet file. Rebuild the dataset with
python tools/make_eda2.py.
The deposit also contains HPX2D image duplicates of the same four maps; they are not imported here.
Considerations for use
- The
EDA2_159MHz_I_noPrior_HPXbinmap includes an added 247 K global monopole; the interferometer did not measure this largest angular scale. - The
EDA2_159MHz_I_wPrior_HPXbinresult depends on its rescaled Haslam prior for unmeasured harmonics. - The noise map's zeros and negative values have the meanings described above and are not missing-data markers.
- The spectral index uses positive beta in T proportional to nu^(-beta).
- Both intensity maps are poorly measured above declination +40 degrees, where the antenna response falls to approximately 5%; spectral indices above +40 degrees are not trustworthy.
- The intensity maps are confusion-limited. The total noise-map RMS over observed sky is 0.073 K, with a 0.24 K maximum near a known interference feature around RA 19-21h, Dec -26.7.
- Temperatures show a 10-25% excess around the south celestial pole.
Licensing and credit
The deposit's licence field says "Creative Commons Attribution" without
a version. The paper is licensed CC BY 4.0, but no versioned licence is
stated for the deposited data. The source's version-unspecified wording is
represented as other rather than upgraded to a versioned identifier.
The paper acknowledges the Wajarri Yamatji People as the traditional owners of the Murchison Radio-astronomy Observatory site.
Citations
Please cite Kriele et al. (2022): Kriele, M. A., Wayth, R. B., Bentum, M. J., Juswardy, B., & Trott, C. M. 2022, PASA 39, e017, DOI 10.1017/pasa.2022.2.
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
- 54
