Skip to content

Commit

Permalink
Updated README, ready to merge into main
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmloureiro committed Dec 5, 2023
1 parent 17d9b9a commit 313ab13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
__pycache__/
*.py[cod]
*$py.class
*.DS_Store

# C extensions
*.so
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Legacy Cosmosis Blinding for 2pt Data-Vectors using Cosmosis

This folder contains an implementation of [Muir et al. 2020](https://arxiv.org/abs/1911.05929) data-vector blinding strategy using Cosmosis V2.
The package in this folder is a direct adaptation of Jessie Muir's DES Y3 blinding scripts to the DESC context.
This repository contains an implementation of [Muir et al. 2020](https://arxiv.org/abs/1911.05929) data-vector blinding strategy using Cosmosis V2.
The package in this repository is a direct adaptation of Jessie Muir's DES Y3 blinding scripts to the DESC context.

For the DESC Blinding Library, see [here](https://github.com/LSSTDESC/Blinding).

## Installation
- Install cosmosis via `conda install -c conda-forge cosmosis`
Expand Down

0 comments on commit 313ab13

Please sign in to comment.