The Cost of Ignoring Mode Correlations in Black-Hole Quasinormal-Mode Resolvability Forecasts

LaTeX source and analysis pipeline for the paper served at
https://diwen.dev/papers/urtc26

    main.tex            root document (IEEEtran conference class)
    figures/            figures as included (regenerate: see scripts/)
    scripts/compute_map.py
                        the full disagreement-map computation
                        (needs: pip install qnm numpy)
    scripts/make_figures.py
                        rebuilds every figure from results/map.npz
    results/            frozen outputs (map.npz, summary.json) that the
                        paper's numbers quote

Build the PDF:

    latexmk -pdf main.tex

Regenerate every number and figure from scratch:

    python3 scripts/compute_map.py && python3 scripts/make_figures.py
