Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
Column 1
float64
-1.29
1.31
Column 2
float64
-0.58
0.55
Column 3
float64
-0.52
0.54
-1.2944
-0.579288
-0.006383
-1.2944
-0.556322
-0.007321
-1.2944
-0.533355
-0.007848
-1.2944
-0.510389
-0.008012
-1.2944
-0.487422
-0.007868
-1.2944
-0.464456
-0.007478
-1.2944
-0.44149
-0.006902
-1.2944
-0.418523
-0.006163
-1.2944
-0.395557
-0.005173
-1.2944
-0.37259
-0.003901
-1.2944
-0.349624
-0.002468
-1.2944
-0.326657
-0.001079
-1.2944
-0.303691
0.000091
-1.2944
-0.280725
0.001008
-1.2944
-0.257758
0.00178
-1.2944
-0.234792
0.002464
-1.2944
-0.211825
0.003052
-1.2944
-0.188859
0.003486
-1.2944
-0.165893
0.003746
-1.2944
-0.142926
0.003869
-1.2944
-0.11996
0.003857
-1.2944
-0.096993
0.003732
-1.2944
-0.074027
0.003523
-1.2944
-0.05106
0.00328
-1.2944
-0.028094
0.003136
-1.2944
-0.005128
0.003247
-1.2944
0.017839
0.003773
-1.2944
0.040805
0.005565
-1.2944
0.063772
0.008159
-1.2944
0.086738
0.009802
-1.2944
0.109705
0.009643
-1.2944
0.132671
0.008587
-1.2944
0.155637
0.008877
-1.2944
0.178604
0.008063
-1.2944
0.20157
0.004978
-1.2944
0.224537
0.002488
-1.2944
0.247503
0.001656
-1.2944
0.27047
0.001759
-1.2944
0.293436
0.002171
-1.2944
0.316402
0.00287
-1.2944
0.339369
0.003764
-1.2944
0.362335
0.004373
-1.2944
0.385302
0.004022
-1.2944
0.408268
0.002262
-1.2944
0.431234
0.000284
-1.2944
0.454201
-0.000457
-1.2944
0.477167
0.000587
-1.2944
0.500134
0.00345
-1.2944
0.5231
0.006351
-1.2944
0.546067
0.007809
-1.273436
-0.579288
-0.006449
-1.273436
-0.556322
-0.006959
-1.273436
-0.533355
-0.006881
-1.273436
-0.510389
-0.007004
-1.273436
-0.487422
-0.007143
-1.273436
-0.464456
-0.007057
-1.273436
-0.44149
-0.006615
-1.273436
-0.418523
-0.005895
-1.273436
-0.395557
-0.004924
-1.273436
-0.37259
-0.00371
-1.273436
-0.349624
-0.00237
-1.273436
-0.326657
-0.001071
-1.273436
-0.303691
0.000055
-1.273436
-0.280725
0.000987
-1.273436
-0.257758
0.001766
-1.273436
-0.234792
0.002421
-1.273436
-0.211825
0.002941
-1.273436
-0.188859
0.003296
-1.273436
-0.165893
0.00349
-1.273436
-0.142926
0.003582
-1.273436
-0.11996
0.003534
-1.273436
-0.096993
0.003358
-1.273436
-0.074027
0.003122
-1.273436
-0.05106
0.002929
-1.273436
-0.028094
0.002877
-1.273436
-0.005128
0.003254
-1.273436
0.017839
0.003387
-1.273436
0.040805
0.003841
-1.273436
0.063772
0.004718
-1.273436
0.086738
0.005097
-1.273436
0.109705
0.004632
-1.273436
0.132671
0.003916
-1.273436
0.155637
0.004075
-1.273436
0.178604
0.003878
-1.273436
0.20157
0.002718
-1.273436
0.224537
0.001763
-1.273436
0.247503
0.001403
-1.273436
0.27047
0.001711
-1.273436
0.293436
0.002252
-1.273436
0.316402
0.003219
-1.273436
0.339369
0.004248
-1.273436
0.362335
0.004836
-1.273436
0.385302
0.004542
-1.273436
0.408268
0.002863
-1.273436
0.431234
0.000582
-1.273436
0.454201
-0.000872
-1.273436
0.477167
-0.000309
-1.273436
0.500134
0.002784
-1.273436
0.5231
0.005952
-1.273436
0.546067
0.007297
End of preview. Expand in Data Studio

MSAM released flight products

MSAM released-products preview

This dataset contains the complete numeric contents of the three MSAM1 flight archives served by LAMBDA: the June 1992, June 1994, and June 1995 observation tables, sampled beam maps, and released 1994/1995 covariance matrices. The 38 configuration identifiers preserve the flight directory and source filename stem.

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/msam-released-products", "jun95__data_2_cmbr", split="train[:2]", columns=["Column 1", "Column 2"])
for row in dataset:
    print(row["Column 1"], row["Column 2"])
0.0 31.9017
0.0 30.7165
import json
from huggingface_hub import hf_hub_download
import pyarrow.parquet as pq
path = hf_hub_download("astro-legacy-archive/msam-released-products", "jun95__var_2_cmbr.parquet", repo_type="dataset")
print(json.loads(pq.read_schema(path).metadata[b"dense_matrix"])["array"]["shape"])
[275, 275]

Dataset structure

The archive contains 26 source-verbatim statistical products and 12 dense matrices. Observation tables have six unnamed source columns, retained as Column 1 through Column 6: Zero (ah, history), observed data, X coordinate, statistical weight of data, Y coordinate, and twist or roll angle. X, Y, and roll are in degrees. The released CMBR value unit is uK for 1992 and uK degree² for 1994 and 1995. The dust value unit is 10^6 optical depth at 1 icm for 1992 and 10^6 optical depth degree² at 22.5 cm^-1 for 1994 and 1995. The source README states no unit for Zero or statistical weight.

Sampled beam maps have three unnamed source columns, retained as Column 1, Column 2, and Column 3: X coordinate in degrees, Y coordinate in degrees, and beam amplitude with no published unit. Grid dimensions remain in the source header; no image grid is derived.

Each covariance member retains its flattened source values as one square dense matrix whose column and array name is the source filename stem. Its field unit is the square of the corresponding observation unit. The exact shape, first_numeric_line, axis names, source structure, source URL, member byte size, member SHA-256, and description are in the JSON document at Parquet schema metadata key dense_matrix. For every observation and beam-map configuration, the corresponding details and every field's description, unit, role, and source position are in statistical_product; read json.loads(pq.read_schema(path).metadata[b"statistical_product"])["fields"]. This is the canonical machine-readable route for all 38 configurations.

Provenance

LAMBDA publishes the MSAM product table. The pinned source archives are:

archive bytes SHA-256
msam_jun92.tar 634,880 2b52a651faabdd0fdb2d6fd73fe763a02c153770fcef895e8726f1b6a666e953
msam_jun94.tar 1,556,480 eab3d02b3ccfa1bad83f8d59e0465b9b856abbdc0a45551e2a86fa99ac790101
msam_jun95.tar 3,102,720 1053a0b90ef25ecfb076e16accc6e33ef5374ff1de855984040cc31c7af3fbf9

The embedded flight documentation is also pinned: jun92/README.tex, 2,494 bytes, SHA-256 b272eccbe039b6b253634c65a3de3a64aafddc47faa36455e6fef0c35db69eda; jun94/README.tex, 4,325 bytes, SHA-256 c427a1bceb4be346087f77a9c42e92766b6967b185766b9a941e56d606937e42; and jun95/README.tex, 3,637 bytes, SHA-256 11ee9cf7e5a205687eede78190818d8f0f813981d434978565134264820a7799. Each configuration's metadata additionally pins its exact archive member.

Considerations for use

The 1994 README states that its reduced datasets were reconstructed after a disk crash and that its beam maps copy the 1992 beam maps. The 1994 and 1995 covariances have their overall-offset mode zeroed; consumers must handle that mode as documented by the release. The statistical-weight column should be ignored where the release recommends using the covariance instead.

The observed-data value is the integral of the antenna pattern times the sky signal. Its normalization therefore depends on the antenna-pattern normalization and must be interpreted with the matching beam map. For the 1992 release, the README gives beam solid angles of 0.18 deg² for CMBR and 0.19 deg² for dust when the beam-map amplitudes are normalized as supplied.

For the 1994 and 1995 covariance matrices, the release identifies the zero-eigenvalue vector as v_o=(1,...,1). It directs consumers to use SVD and invert only the subspace orthogonal to v_o. If another covariance matrix is added, the release says to zero this mode in the result with the projection operator P=1-v_o v_o^T.

Licensing and credit

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 named formal licence is published.

No product-specific requested credit line is published.

Citations

The governing flight papers are Cheng et al., “A Measurement of the Medium-Scale Anisotropy in the Cosmic Microwave Background Radiation,” ApJ 422, L37 (1994); Cheng et al., “MSAM1-94: Repeated Measurement of Medium-Scale Anisotropy in the Cosmic Microwave Background Radiation,” ApJ 456, L71 (1996), together with Inman et al., “A CMBR Measurement Reproduced: A Statistical Comparison of MSAM1-94 to MSAM1-92” (1997); and Cheng et al., “Detection of Cosmic Microwave Background Anisotropy by the Third Flight of MSAM,” ApJ 488, L59 (1997).

Downloads last month
53

Collection including astro-legacy-archive/msam-released-products