diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-07-04 15:37:54 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-07-04 15:37:54 +0800 |
commit | f7684c43b99945079e1ed29e62c534d7f2d3090c (patch) | |
tree | 30518bb3e52460aa37e94ca41d9e161b6365019e | |
parent | f3109af6ec565af068cd882bb74c39b132e0914a (diff) | |
download | cexcess-f7684c43b99945079e1ed29e62c534d7f2d3090c.tar.bz2 |
calc_overdensity.py: minor update the sample config file
-rwxr-xr-x | calc_overdensity.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calc_overdensity.py b/calc_overdensity.py index f7b4d1d..58e9552 100755 --- a/calc_overdensity.py +++ b/calc_overdensity.py @@ -2,7 +2,7 @@ # # Aaron LI # Created: 2016-06-30 -# Updated: 2016-06-30 +# Updated: 2016-06-31 # """ @@ -32,7 +32,7 @@ m_gas_profile = mass_gas_profile.txt m_total_profile = mass_total_profile.txt # number of times w.r.t the critical density -delta = 500 +delta = 1500, 500, 200 # output results in JSON format outfile = overdensity.json |