Skip to content

Commit 750a36b

Browse files
committed
increase ranges
1 parent 0f3e506 commit 750a36b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ binning:
104104
ell_bins_filename: ../common_data/Spaceborne_jobs/develop/input/ell_values_3x2pt.txt
105105

106106
# theta binning for the real-space covariance matrix
107-
theta_min_arcmin: 50 # Type: float | int.
107+
theta_min_arcmin: 5 # Type: float | int.
108108
theta_max_arcmin: 300 # Type: float | int.
109109
theta_bins: 10 # Type: int.
110110

111111
# Number of modes for the COSEBIs covariance
112-
n_modes_cosebis: 2 # Type: int.
112+
n_modes_cosebis: 7 # Type: int.
113113

114114
C_ell:
115115
# Whether or not to read user-provided Cls for the computation of the Gaussian covariance.
@@ -330,7 +330,7 @@ precision:
330330
ell_bins_rs_nongauss: 100 # Type: int. Should be high to get accurate results with Simpson integration
331331

332332
# Parameters of the (log-spaced) grid used for the COSEBIs covariance
333-
theta_min_arcmin_cosebis: 2 # Type: int | float.
333+
theta_min_arcmin_cosebis: 5 # Type: int | float.
334334
theta_max_arcmin_cosebis: 300 # Type: int | float.
335335
theta_steps_cosebis: 1000 # Type: int. Increase for higher precision. Around 1000 should be enough.
336336

0 commit comments

Comments
 (0)