summaryrefslogtreecommitdiffstats
path: root/sbpfit.conf
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-07-04 20:21:20 +0800
committerAaron LI <aaronly.me@outlook.com>2016-07-04 20:21:20 +0800
commit9d2c3a9052a764d85745de4a3b5c34a5a26805d6 (patch)
tree6677643e680feef995cf0775d2e7c3cfc77bf493 /sbpfit.conf
parente79d7bda5fe74e4e7db4ee746e9526649d4437ad (diff)
downloadcexcess-9d2c3a9052a764d85745de4a3b5c34a5a26805d6.tar.bz2
Remove sbpfit.conf; just see fit_sbp.py
Diffstat (limited to 'sbpfit.conf')
-rw-r--r--sbpfit.conf62
1 files changed, 0 insertions, 62 deletions
diff --git a/sbpfit.conf b/sbpfit.conf
deleted file mode 100644
index 9c1ed11..0000000
--- a/sbpfit.conf
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# config file for `sbp_fit.py` (v0.6.1)
-#
-# Aaron LI
-# 2016-04-21
-#
-# <DATE>
-#
-
-name = <NAME>
-obsid = <OBSID>
-r500_pix = <R500_PIX>
-r500_kpc = <R500_KPC>
-
-sbpfile = sbprofile.txt
-# unit of radius: pix (default) or kpc
-unit = pixel
-
-# sbp model: "sbeta" or "dbeta"
-model = sbeta
-#model = dbeta
-
-# output file to store the fitting results
-outfile = sbpfit.json
-# output file to save the fitting plot
-imgfile = sbpfit.png
-
-# data range to be ignored during fitting (same unit as the above "unit")
-#ignore = 0.0-20.0,
-# specify the ignore range w.r.t R500 ("r500_pix" or "r500_kpc" required)
-#ignore_r500 = 0.0-0.15,
-
-[sbeta]
-# model-related options (OVERRIDE the upper level options)
-outfile = sbpfit_sbeta.json
-imgfile = sbpfit_sbeta.png
-#ignore = 0.0-20.0,
-ignore_r500 = 0.0-0.1,
- [[params]]
- # model parameters
- # name = initial, lower, upper, variable (FIXED/False to fix the parameter)
- s0 = 1.0e-8, 0.0, 1.0e-6
- rc = 30.0, 5.0, 1.0e4
- #rc = 30.0, 5.0, 1.0e4, FIXED
- beta = 0.7, 0.3, 1.1
- bkg = 1.0e-10, 0.0, 1.0e-8
-
-
-[dbeta]
-outfile = sbpfit_dbeta.json
-imgfile = sbpfit_dbeta.png
-#ignore = 0.0-20.0,
-#ignore_r500 = 0.0-0.15,
- [[params]]
- s01 = 1.0e-8, 0.0, 1.0e-6
- rc1 = 50.0, 10.0, 1.0e4
- beta1 = 0.7, 0.3, 1.1
- s02 = 1.0e-8, 0.0, 1.0e-6
- rc2 = 30.0, 2.0, 5.0e2
- beta2 = 0.7, 0.3, 1.1
- bkg = 1.0e-10, 0.0, 1.0e-8
-