diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-07-10 22:03:53 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-07-10 22:03:53 +0800 |
commit | afd59e248e615abef4c0204fa20f5047eb6b668b (patch) | |
tree | 3c83950158a65eb0f704b1ffcf0f5cf0c68a9ab6 | |
parent | 2bde3651a56296b3b2b9b5c7471244ab7d7478fb (diff) | |
download | cexcess-afd59e248e615abef4c0204fa20f5047eb6b668b.tar.bz2 |
Minor updates to the sample configurations
-rwxr-xr-x | calc_coolfunc.py | 2 | ||||
-rwxr-xr-x | fit_sbp.py | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/calc_coolfunc.py b/calc_coolfunc.py index 7943c82..a9bee09 100755 --- a/calc_coolfunc.py +++ b/calc_coolfunc.py @@ -50,7 +50,7 @@ Sample configuration file: t_profile = t_profile.txt # average abundance (unit: solar) -abundance = 0.5 +abundance = <ABUND> # abundance table (default: grsa) abund_table = grsa @@ -63,8 +63,11 @@ or the double-beta model: s02 * [1.0 + (r/rc2)^2] ^ (0.5-3*beta2) + bkg -Sample config file: +Sample configuration file: ------------------------------------------------- +## Configuration for `fit_sbp.py` +## Date: 2016-05-06 + name = <NAME> obsid = <OBSID> r500_pix = <R500_PIX> |