diff options
Diffstat (limited to 'calc_overdensity.py')
-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 |