Data Format & Files

This page describes the observational datasets and file structure required by the Psi-Continuum v2 analysis pipeline.

⚠️ Archived release
The data format described here corresponds to the final archived software version v0.2.3 and is frozen.


Overview

The pipeline uses four observational datasets:

All datasets are required to reproduce the results of the Psi-Continuum v2 publication.


Pantheon+ SH0ES (Supernovae Ia)

Files:

These files contain the Pantheon+ High-Fidelity supernova sample and the full statistical + systematic covariance matrix.


H(z) Compilation (Cosmic Chronometers)

File:

This file contains a compilation of 32 H(z) measurements from cosmic chronometers and related methods.

Source reference: https://arxiv.org/pdf/2301.09591


SDSS DR12 BAO Consensus

Files:

These files contain the SDSS BOSS DR12 consensus BAO measurements and their covariance matrix.


DESI DR2 BAO (Gaussian Likelihood)

Files:

These files define the Gaussian BAO likelihood for DESI DR2 used in the late-time analysis.


Required Directory Structure

All datasets must be placed exactly in the following directory structure:

data/
├── bao
│   ├── BAO_consensus_covtot_dM_Hz.txt
│   └── sdss_DR12Consensus_bao.dat
├── desi
│   └── dr2
│       ├── desi_gaussian_bao_ALL_GCcomb_cov.txt
│       └── desi_gaussian_bao_ALL_GCcomb_mean.txt
├── hz
│   └── HZ_compilation.csv
└── pantheon_plus
    ├── Pantheon+SH0ES.dat
    └── Pantheon+SH0ES_STAT+SYS.cov
## ⚠️ Important

- File names and directory paths are case-sensitive.
- The pipeline assumes this exact structure.
- Renaming files or moving them will result in errors.

Dataset Download

The recommended way to obtain all datasets is via the built-in downloader:

psi-download-data

This command automatically creates the directory structure shown above and downloads all required files from their repository.


Validation

After placing or downloading the datasets, verify their integrity using:

psi-check-data

This command reports missing or incorrectly placed files and provides clear instructions for correction.


Notes