Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cosmo_inference/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plots/
.ipynb_checkpoints/
data/
cosmosis_config/output/*
*.png
*.pdf
*.sh
4 changes: 2 additions & 2 deletions cosmo_inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ by Lisa Goh and Sacha Guerrini, CEA Paris-Saclay
This folder contains the files neccessary to run the cosmological inference pipeline on the UNIONS galaxy catalogues.

### Requirements
To run the pipeline, one would need to have installed [CosmoSIS](https://cosmosis.readthedocs.io/en/latest/) and [CosmoCov](https://github.com/CosmoLike/CosmoCov). To PSF leakage parameters, the fork of [cosmosis-standard-library](https://github.com/sachaguer/cosmosis-standard-library/) of Sacha Guerrini has to be used.
To run the pipeline, one would need to have installed [CosmoSIS](https://cosmosis.readthedocs.io/en/latest/). To sample the PSF leakage parameters, the fork of [cosmosis-standard-library](https://github.com/sachaguer/cosmosis-standard-library/) of Sacha Guerrini has to be used.

### To Run
The inference pipeline is now orchestrated through Python. Run the main Snakemake workflow from the parent directory:
Expand All @@ -15,7 +15,7 @@ snakemake -j<jobs> inference_fiducial

This will automatically execute all steps:
1. Calculate 2PCF ($\xi_{pm}$) via `cosmo_val.py`
2. Compute covariance matrices using CosmoCov
2. Compute covariance matrices using CosmoCov <!--- LG: now obsolete, making way for OnCovariance cauclation instead --->
3. Prepare CosmoSIS data (FITS) via `cosmosis_fitting.py`
4. Run CosmoSIS inference

Expand Down
66 changes: 0 additions & 66 deletions cosmo_inference/cfis_pipeline.sh

This file was deleted.

80 changes: 0 additions & 80 deletions cosmo_inference/cosmocov_config/cosmocov.ini

This file was deleted.

89 changes: 0 additions & 89 deletions cosmo_inference/cosmosis_config/cosmosis_pipeline.ini

This file was deleted.

This file was deleted.

Loading
Loading