From afd59e248e615abef4c0204fa20f5047eb6b668b Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 10 Jul 2016 22:03:53 +0800 Subject: Minor updates to the sample configurations --- calc_coolfunc.py | 2 +- 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 = # 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 = obsid = r500_pix = -- cgit v1.2.2