Skip to content

Commit

Permalink
Fix param_cfg
Browse files Browse the repository at this point in the history
Fix param_cfg typo + update include_lensing param name
  • Loading branch information
cramirezpe authored Jan 2, 2022
1 parent 1e3eac0 commit 20e40a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions param_example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ field_par:
#Density field type
# 0-lognormal
# 1-1LPT
# 2-1LPT
# 2-2LPT
dens_type= 1
#If dens_type==1 or 2, buffer size (fraction per particle)
lpt_buffer_fraction= 0.6
Expand Down Expand Up @@ -83,7 +83,7 @@ srcs1:
# 1-> z, 2-> b(z)
bias_filename= "examples/simple/Bz_test.txt"
#Do you want to include shear ellipticities?
include_shear= true
include_lensing= true
#Do you want to store line-of-sight skewers for each object?
store_skewers= true
#You can also store the Gaussian density field (instead of the non-Gaussian one)
Expand All @@ -95,7 +95,7 @@ srcs2:
{
nz_filename= "examples/simple/Nz2_test.txt"
bias_filename= "examples/simple/Bz2_test.txt"
include_shear= false
include_lensing= false
store_skewers= true
}

Expand Down

0 comments on commit 20e40a7

Please sign in to comment.