From 313ab131c7d0c9960d26e978613abe57145a979a Mon Sep 17 00:00:00 2001 From: Arthur Loureiro Date: Tue, 5 Dec 2023 13:54:45 +0100 Subject: [PATCH] Updated README, ready to merge into main --- .gitignore | 1 + README.md | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 68bc17f..72b15a5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ __pycache__/ *.py[cod] *$py.class +*.DS_Store # C extensions *.so diff --git a/README.md b/README.md index d1954ff..227688a 100644 --- a/README.md +++ b/README.md @@ -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`