From 73d972de47ed73d14fbfd2582b166e17f39f356a Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 26 Apr 2016 19:38:42 +0800 Subject: sbp_fit.py: reorder for better clearance; add new TODO items --- sbpfit.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sbpfit.conf') diff --git a/sbpfit.conf b/sbpfit.conf index 4a8f50c..0d73953 100644 --- a/sbpfit.conf +++ b/sbpfit.conf @@ -21,7 +21,7 @@ model = sbeta #model = dbeta # output file to store the fitting results -outfile = sbpfit.txt +outfile = sbpfit.json # output file to save the fitting plot imgfile = sbpfit.png @@ -32,7 +32,7 @@ imgfile = sbpfit.png [sbeta] # model-related options (OVERRIDE the upper level options) -outfile = sbpfit_sbeta.txt +outfile = sbpfit_sbeta.json imgfile = sbpfit_sbeta.png #ignore = 0.0-20.0, ignore_r500 = 0.0-0.1, @@ -47,7 +47,7 @@ ignore_r500 = 0.0-0.1, [dbeta] -outfile = sbpfit_dbeta.txt +outfile = sbpfit_dbeta.json imgfile = sbpfit_dbeta.png #ignore = 0.0-20.0, #ignore_r500 = 0.0-0.15, -- cgit v1.2.2