diff --git a/DEFAULT_SETTINGS.cfg b/DEFAULT_SETTINGS.cfg index a3240da..9300a37 100644 --- a/DEFAULT_SETTINGS.cfg +++ b/DEFAULT_SETTINGS.cfg @@ -5,6 +5,9 @@ T_cmb = 2.726 YHe = 0.0 background_sampling = 10000 covariance_cosmic = 1 +covariance_integration_method = standard +covariance_integration_sampling = 8000 +covariance_interpolation_method = bicubic covariance_mixed = 1 covariance_poisson = 1 covariance_populations = [1, 1, 1, 1] @@ -26,6 +29,8 @@ has_g5 = 0 has_lensing = 0 has_only_cross_correlations = 0 has_rsd = 0 +integration_1d_prec = 1e-05 +integration_1d_type = gsl integration_sampling = 750000 k_max = 300.0 k_min = 1e-05 @@ -54,7 +59,9 @@ ur_fluid_trigger_tau_over_tau_k = 30.0 verbose = 0 w0 = -1.0 wa = 0.0 +z_max = [1.1] z_mean = [1.0] +z_min = [0.9] galaxy_bias1_redshifts = [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0] galaxy_bias1_values = [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0] galaxy_bias2_redshifts = [0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0]