diff options
-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> |