-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into cluster_example_fixingSaccDemo_2024retreat
- Loading branch information
Showing
79 changed files
with
6,800 additions
and
2,099 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
[runtime] | ||
sampler = test | ||
root = ${PWD} | ||
|
||
[DEFAULT] | ||
fatal_errors = T | ||
|
||
[output] | ||
filename = output/des_y1_3x2pt_samples.txt | ||
format = text | ||
verbosity = 0 | ||
|
||
[pipeline] | ||
modules = consistency camb firecrown_likelihood | ||
values = ${FIRECROWN_DIR}/examples/des_y1_3x2pt/des_y1_3x2pt_values.ini | ||
likelihoods = firecrown | ||
quiet = T | ||
debug = T | ||
timing = T | ||
extra_output = TwoPoint/NumberCountsScale_lens0 TwoPoint/NumberCountsScale_lens1 TwoPoint/NumberCountsScale_lens2 TwoPoint/NumberCountsScale_lens3 TwoPoint/NumberCountsScale_lens4 | ||
|
||
[consistency] | ||
file = ${CSL_DIR}/utility/consistency/consistency_interface.py | ||
|
||
[camb] | ||
file = ${CSL_DIR}/boltzmann/camb/camb_interface.py | ||
|
||
mode = all | ||
lmax = 2500 | ||
feedback = 0 | ||
zmin = 0.0 | ||
zmax = 4.0 | ||
nz = 100 | ||
kmin = 1e-4 | ||
kmax = 50.0 | ||
nk = 1000 | ||
|
||
[firecrown_likelihood] | ||
;; Fix this to use an environment variable to find the files. | ||
;; Set FIRECROWN_DIR to the base of the firecrown installation (or build, if you haven't | ||
;; installed it) | ||
file = ${FIRECROWN_DIR}/firecrown/connector/cosmosis/likelihood.py | ||
likelihood_source = firecrown.likelihood.factories.build_two_point_likelihood | ||
likelihood_config = ${FIRECROWN_DIR}/examples/des_y1_3x2pt/des_y1_3x2pt_experiment.yaml | ||
;; Connector settings | ||
require_nonlinear_pk = True | ||
sampling_parameters_sections = firecrown_two_point | ||
|
||
[test] | ||
fatal_errors = T | ||
save_dir = des_y1_3x2pt_output | ||
|
||
[metropolis] | ||
samples = 1000 | ||
nsteps = 1 | ||
|
||
[emcee] | ||
walkers = 64 | ||
samples = 400 | ||
nsteps = 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
|
||
# This file contains all information about the DES Y1 3x2pt experiment. | ||
|
||
# The 'data_source:' field points to the SACC file containing the DES Y1 3x2pt data vector | ||
# and covariance matrix, which is used for analysis. | ||
|
||
# The 'two_point_factory:' field points to the factory that will create the TwoPoint | ||
# objects. These objects represent the chosen theoretical models for each data point | ||
# found in the SACC file. | ||
|
||
data_source: | ||
sacc_data_file: des_y1_3x2pt_sacc_data.fits | ||
|
||
# The two point statistics are defined by the TwoPoint objects. The TwoPoint statistics | ||
# are created using the factories defined in this file. | ||
two_point_factory: | ||
correlation_space: real | ||
number_counts_factory: | ||
global_systematics: [] | ||
per_bin_systematics: | ||
- type: PhotoZShiftFactory | ||
weak_lensing_factory: | ||
global_systematics: | ||
- alphag: 1 | ||
type: LinearAlignmentSystematicFactory | ||
per_bin_systematics: | ||
- type: MultiplicativeShearBiasFactory | ||
- type: PhotoZShiftFactory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.