ell float64 55 416 | Dl_AxA float64 -6.84 5.34 | -Delta_AxA float64 0.05 7.99 | +Delta_AxA float64 0.06 8.44 | Dl_AxP float64 -1.58 1.01 | Delta_AxP float64 0.03 1.29 | Dl_PxP float64 -0.64 0.67 | Delta_PxP float64 0.04 0.58 |
|---|---|---|---|---|---|---|---|
55 | 0.056933 | 0.047 | 0.0571 | 0.015621 | 0.026847 | 0.025565 | 0.044916 |
85.5 | -0.034448 | 0.072 | 0.079 | 0.015949 | 0.044698 | 0.000544 | 0.079255 |
115.5 | 0.073155 | 0.121 | 0.137 | 0.080562 | 0.068498 | 0.042808 | 0.106473 |
145.5 | 0.130286 | 0.183 | 0.206 | -0.045496 | 0.093426 | 0.10957 | 0.127244 |
175.5 | 0.21186 | 0.272 | 0.318 | 0.065548 | 0.118454 | 0.332171 | 0.147738 |
205.5 | -0.157357 | 0.376 | 0.409 | -0.274724 | 0.175368 | 0.66507 | 0.214011 |
235.5 | -0.48073 | 0.551 | 0.601 | 0.187755 | 0.237969 | -0.041024 | 0.235216 |
265.5 | -0.319944 | 0.833 | 0.885 | -0.197872 | 0.327063 | 0.115855 | 0.312519 |
295.5 | 0.074687 | 1.39 | 1.53 | -0.341647 | 0.386996 | -0.642865 | 0.340193 |
325.5 | 5.340028 | 2.22 | 2.43 | 0.596366 | 0.60858 | -0.051356 | 0.431857 |
355.5 | -0.874821 | 3.05 | 3.5 | 0.06971 | 0.778245 | -0.033629 | 0.49193 |
385.5 | -3.239487 | 4.84 | 5.41 | 1.005647 | 1.006013 | 0.137976 | 0.553322 |
415.5 | -6.841042 | 7.99 | 8.44 | -1.577596 | 1.286113 | -0.568189 | 0.582682 |
ABS final power spectra
This dataset contains the final BB, EB, and EE power-spectrum tables released by the Atacama B-mode Search and served by LAMBDA. Each configuration is its source filename stem. Every table contains 13 multipole bins in source row order.
How to use
from datasets import load_dataset
dataset = load_dataset("astro-legacy-archive/abs-bandpowers", "ABS_BB_power_spec", split="train[:1]", columns=["ell", "Dl_AxA", "-Delta_AxA", "+Delta_AxA"])
row = dataset[0]
print(row["ell"], row["Dl_AxA"])
55.0 0.056933
import json
from huggingface_hub import hf_hub_download
import pyarrow.parquet as pq
path = hf_hub_download("astro-legacy-archive/abs-bandpowers", "ABS_BB_power_spec.parquet", repo_type="dataset")
print(json.loads(pq.read_schema(path).metadata[b"statistical_product"])["schema"])
astro-legacy-archive/statistical-product
Dataset structure
The source identifiers are preserved verbatim. ell is the multipole-bin
centre and has no unit stated by the pinned band-power description. All other
fields are in uK^2:
Dl_AxA: ABS auto-spectrum band power.-Delta_AxA: lower ABS auto-spectrum error bar.+Delta_AxA: upper ABS auto-spectrum error bar.Dl_AxP: ABS cross-power spectrum with Planck 143 GHz.Delta_AxP: ABS cross-Planck spectrum error bar.Dl_PxP: Planck 143 GHz auto-spectrum band power.Delta_PxP: Planck auto-spectrum error bar.Delta_AxA: ABS auto-spectrum error bar in the EB table.
ABS_BB_power_spec and ABS_EE_power_spec contain the first seven fields
after ell, in the order shown. ABS_EB_power_spec contains ell, Dl_AxA,
and Delta_AxA. No symmetric error is derived from the asymmetric
-Delta_AxA and +Delta_AxA fields.
Sources and integrity
ABS_BB_power_spec.txt: source, SHA-256e9d9106e574477fae267ea968202bc40274079c2101927700b27f8c55159c5d5(981 bytes).ABS_EB_power_spec.txt: source, SHA-2562ce95bbe1c6667df0490ce0d451de95240a1b5e3248d94115d8121cc9c809f5f(338 bytes).ABS_EE_power_spec.txt: source, SHA-2563fd6b52927d8c4def29179b2f8c1267974b8527ad9c59eb28420eb43bc16a802(976 bytes).
LAMBDA provides the ABS product table, band-power description, and transfer-function description. The spectra are cross-correlations of 82 subset maps after masking; the released values have the transfer and window functions applied.
The Field A explicit-pixel HEALPix table is mirrored separately as
abs-field-a-maps. The Tau A release is a three-HDU, 201x201 ZEA image grid
and remains outside this lane. Masks, response functions, simulations, and
likelihoods are not sky-measurement configurations.
Licence, credit, and citation
HEASARC states verbatim:
HEASARC materials are all available freely for your use.
This is a free-use statement rather than a named formal licence.
No explicit licence is published. LAMBDA's requested credit is:
Please acknowledge Kusaka et al. (2018).
Cite Kusaka, A. et al. (2018), “Results from the Atacama B-mode Search (ABS) experiment,” Journal of Cosmology and Astroparticle Physics, 2018(09), 005, DOI 10.1088/1475-7516/2018/09/005.
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
- 19
