summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcalc_coolfunc.py2
-rwxr-xr-xfit_sbp.py5
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
diff --git a/fit_sbp.py b/fit_sbp.py
index 6d2d330..c8bdb70 100755
--- a/fit_sbp.py
+++ b/fit_sbp.py
@@ -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>