-
Notifications
You must be signed in to change notification settings - Fork 6
glass: extension of the existing script to the tomographic case #219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/sp_validation-extend-to-tomography
Are you sure you want to change the base?
Changes from all commits
27f24af
f8fb92f
2b94f40
50de95a
49f4cce
b9e9722
3d91e1e
7dd5a86
0f6daa3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| # Config file to generate a GLASS mock. | ||
| # Example config file, uncomment and modify the inplace value if needed. | ||
|
|
||
| # To run this configuration run the script `make_glass_sim.py` | ||
| # Options: | ||
| # -s, --seed: Random seed | ||
| # -N, --number: Mock Number for labelling | ||
| # -t, --test: Run in test mode | ||
| # -cb, --camb: get Camb C_ell | ||
| # -c, --config: Path to the configuration file to generate the simulation (Required) | ||
|
|
||
| # --- Cosmological parameters (CAMB) --- | ||
| #h: 0.6766 | ||
| #Om: 0.30966 | ||
| #Ob: 0.04897 | ||
| #ns: 0.9665 | ||
| #sigma8: 0.8102 | ||
| #mnu: 0.06 | ||
| #log_T_AGN: 7.8 | ||
| #As_init: 2.1e-9 #seed As before sigma8 rescaling | ||
| #kmax: 20.0 | ||
|
|
||
| # --- Resolution --- | ||
| nside: 1024 | ||
| dx: 120.0 | ||
| zmax: 3.0 | ||
|
|
||
| # --- galaxy population (downstream of map generation) --- | ||
| nbins: 6 | ||
| n_arcmin2: [1, 1.02, 1.05, 0.85, 0.9, 1.2] | ||
| sigma_e: 0.2684 | ||
| bias: 1.2 | ||
| phz_sigma_0: 0.03 | ||
| #ia_bias: null | ||
|
|
||
| # --- Runtime options --- | ||
| limber: True | ||
| mask_path: /n09data/guerrini/glass_mock_v1.4.6_rerun/mask_nside4096.fits | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Still the hardcoded personal paths from Martin's earlier round — the committed
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as above |
||
| nz_path: /home/guerrini/sp_validation_cosmostat/config/glass_mock/test_data/redshift_distribution_tomo.txt | ||
| output_path: /n09data/guerrini/glass_mock_test/ | ||
| output_prefix: tomo_test_2 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| # Config file to generate a GLASS mock. | ||
| # Example config file, uncomment and modify the inplace value if needed. | ||
|
|
||
| # To run this configuration run the script `make_glass_sim.py` | ||
| # Options: | ||
| # -s, --seed: Random seed | ||
| # -N, --number: Mock Number for labelling | ||
| # -t, --test: Run in test mode | ||
| # -cb, --camb: get Camb C_ell | ||
| # -v, --validation: Run some validation checks | ||
| # -c, --config: Path to the configuration file to generate the simulation (Required) | ||
|
|
||
| # --- Cosmological parameters (CAMB) --- | ||
| #h: 0.7 | ||
| #Om: 0.30966 | ||
| #Ob: 0.04897 | ||
| #ns: 0.9665 | ||
| #sigma8: 0.8102 | ||
| #mnu: 0.06 | ||
| #log_T_AGN: 7.8 | ||
| #As_init: 2.1e-9 #seed As before sigma8 rescaling | ||
| #kmax: 20.0 | ||
|
|
||
| # --- Resolution --- | ||
| nside: 32 | ||
| dx: 200.0 | ||
| zmax: 3 | ||
|
|
||
| # --- galaxy population (downstream of map generation) --- | ||
| nbins: 6 | ||
| n_arcmin2: [4.0, 3.8, 4.2, 3.95, 4.05, 4.0] # number density in arcmin^-2. Input can be a float or a list (a number density for each bin) | ||
| sigma_e: 0.2684 # intrinsic ellipticity dispersion. Input can be a float or a list (a shape noise for each bin) | ||
| bias: 1.2 # galaxy bias. Input can be a float or a list (a galaxy bias for each bin) | ||
| phz_sigma_0: 0.03 | ||
| #ia_bias: null # Intrinsic alignment amplitude. Warning: this feature has not been robustly tested. | ||
|
|
||
| # --- Runtime options --- | ||
| limber: True | ||
| mask_path: /n09data/guerrini/glass_mock_v1.4.6_rerun/mask_nside4096.fits | ||
| nz_path: /home/guerrini/sp_validation_cosmostat/config/glass_mock/test_data/redshift_distribution_tomo.txt | ||
|
martinkilbinger marked this conversation as resolved.
|
||
| output_path: /n09data/guerrini/glass_mock_test/ | ||
| output_prefix: unions | ||
Uh oh!
There was an error while loading. Please reload this page.