Skip to content

Commit b9c2884

Browse files
committed
DESI Y3 unblinded covariances
1 parent ce4009d commit b9c2884

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

DESI/Y3/post/make_covs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# Settings for filenames
3434
verspec = 'loa-v1'
3535
version = "v1.1"
36-
conf = "BAO/blinded"
36+
conf = "BAO/unblinded"
3737

3838
# Set DESI CFS before creating the file manager
3939
os.environ["DESICFS"] = "/dvs_ro/cfs/cdirs/desi" # read-only path

DESI/Y3/post/run_covs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def read_catalog(filename: str, z_min: float = -np.inf, z_max: float = np.inf, F
6262
# Settings for filenames
6363
verspec = 'loa-v1'
6464
version = "v1.1"
65-
conf = "BAO/blinded"
65+
conf = "BAO/unblinded"
6666

6767
# Set DESI CFS before creating the file manager
6868
os.environ["DESICFS"] = "/dvs_ro/cfs/cdirs/desi" # read-only path

DESI/Y3/post/run_covs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#SBATCH --time=24:00:00
66
#SBATCH --ntasks=1
77
#SBATCH --cpus-per-task=128 # 128 hyperthreads = 64 physical cores
8-
#SBATCH --job-name=RascalC-Y3-v1.1-BAO-blinded-recon
8+
#SBATCH --job-name=RascalC-Y3-v1.1-BAO-unblinded-recon
99
##SBATCH --array=0-23 # full job array
1010
#SBATCH --array=0-15,22,23 # only -21.5 and -21.35 z0.1-0.4 for BGS, and all other tracers
1111

DESI/Y3/pre/make_covs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# Settings for filenames
3434
verspec = 'loa-v1'
3535
version = "v1.1"
36-
conf = "BAO/blinded"
36+
conf = "BAO/unblinded"
3737

3838
# Set DESI CFS before creating the file manager
3939
os.environ["DESICFS"] = "/dvs_ro/cfs/cdirs/desi" # read-only path

DESI/Y3/pre/run_covs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def read_catalog(filename: str, z_min: float = -np.inf, z_max: float = np.inf, F
6262
# Settings for filenames
6363
verspec = 'loa-v1'
6464
version = "v1.1"
65-
conf = "BAO/blinded"
65+
conf = "BAO/unblinded"
6666

6767
# Set DESI CFS before creating the file manager
6868
os.environ["DESICFS"] = "/dvs_ro/cfs/cdirs/desi" # read-only path

DESI/Y3/pre/run_covs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#SBATCH --time=24:00:00
66
#SBATCH --ntasks=1
77
#SBATCH --cpus-per-task=128 # 128 hyperthreads = 64 physical cores
8-
#SBATCH --job-name=RascalC-Y3-v1.1-BAO-blinded
8+
#SBATCH --job-name=RascalC-Y3-v1.1-BAO-unblinded
99
##SBATCH --array=0-23 # full job array
1010
#SBATCH --array=0-15,22,23 # only -21.5 and -21.35 z0.1-0.4 for BGS, and all other tracers
1111

0 commit comments

Comments
 (0)