ACT (DR6.02) Pspipe Spectra and CovDownload Links:
This folder contains the power spectra and covariance matrices for the DR6 data. binning_50 corresponds to the binning used in the likelihood, they are the main power spectrum to consider and the one we report null test for. binning_20 corresponds to the binning used for plotting in the paper. We also provide some extra power spectra file used in the paper, EB and TB with optimal weighting, and BB with a wider binning. The released spectra have been corrected for leakage, corrected for aberration, and calibrated using the best-fit calibration and polarization efficiency parameters. Script for creating the data release The power spectra and covariance matrices were generated after running the full pipeline. The script used to produce the data release can be found in PSpipe v1.0: https://github.com/simonsobs/PSpipe/blob/master/project/ACT_DR6/python/postlikelihood/spectra_release.py File structure We provide: - array-band power spectra, which are the primary power spectra used in the likelihood computation File format The file format differs depending on the type of spectrum: - array-band format is: bin_center, Dl(data), sigma(Dl(data)), Dl(best_fit), Dl(best_fit_foreground) Dl(data_fg_sub) indicates that, before combining the different auto- and cross-array-band power spectra, their best-fit foreground model was subtracted. For each power spectrum, we provide an associated nbins × nbins covariance matrix. The file dataset_trace.pkl serves to keep track of how files have been combined, for example the command Import pickle |