This repository is a minimal, reproducible testbed for confronting the DLSFH phenomenological geometric-transport operator with DESI Lyα one-dimensional flux power spectrum measurements.
We implement the canonical minimal ansatz used in the associated manuscript:
The DLSFH suppression acts on the density field as
At the level of the matter power spectrum, this corresponds to the multiplicative suppression factor
data/DESI_Lya_P1D/datapoints_p1d_fft_desi_edrm2_v1.zip: upstream DESI Lyα 1D product bundle (as provided)- mask lists used in the extraction workflow (as provided)
- optional extracted CSV examples (e.g.
z2p2.csv)
model/dlsfh_transport.py: theory-only transport operator (no survey assumptions)desi_forward_model.py: forward-model scaffold (optional extension point)
analysis/DESI_allz_profile_chi2_logspace.csv: profiled χ² scan output used for Fig. 1 (if present)make_chi2_plot.py: generate Δχ²(Ξ0) figure from the scan CSV
figures/chi2_vs_Xi0.pdf: profiled Δχ²(Ξ0) curve (main diagnostic)
Create an environment (conda recommended):
conda env create -f environment.yml
conda activate dlsfh-desi-lya1dGenerate the figure (requires the scan CSV to exist at the path below):
python analysis/make_chi2_plot.py \
--scan analysis/DESI_allz_profile_chi2_logspace.csv \
--out figures/chi2_vs_Xi0.pdfDESI Lyα 1D reference:
- T. Karaçaylı et al., The one-dimensional Lyα forest power spectrum from DESI Early Data, arXiv:2306.06316.
DESI survey reference:
- DESI Collaboration, The DESI Experiment Part I: Science, Targeting, and Survey Design, arXiv:1611.00036.
A versioned snapshot of this repository is intended to be archived on Zenodo for a permanent DOI-backed scientific record.
- Concept DOI:
10.5281/zenodo.18505662 - Version DOI (this release):
10.5281/zenodo.18505662
This repository code is released under the license indicated in the repository. If you redistribute this repository publicly, verify DESI data product terms for redistribution and citation.