Skip to content

Commit

Permalink
Updated README to match Main
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmloureiro committed Dec 5, 2023
1 parent 416368c commit 85633d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Legacy Cosmosis Blinding for 2pt Data-Vectors using Cosmosis
# Legacy Cosmosis Blinding for Cosmosis

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.

Supports 3x2pt data-vector blinding.

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

## Installation
Expand Down Expand Up @@ -37,4 +39,4 @@ To run an example:
python -m blind_2pt_cosmosis -u src/blind_2pt_cosmosis/cosmosis_files/sim_fiducial.fits [--log-level DEBUG]
```

[!] Note: You can also include all the command line arguments in a `.config` file and call `python -m blind_2pt_cosmosis @example.config` instead. This will be adapted to use `yaml` files in the near future.
[!] Note: You can also include all the command line arguments in a `.config` file and call `python -m blind_2pt_cosmosis @example.config` instead. This will be adapted to use `yaml` files in the near future.

0 comments on commit 85633d0

Please sign in to comment.