diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-07 10:55:24 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-07 10:55:24 +0800 |
commit | 199b75bdd0c7dc67ff3d7946fec85be400680a2e (patch) | |
tree | b13822f23e73f4a7695d3002e5aeba226590e8ac /files | |
parent | 0643fa83a2c473054cab50ce08e1cea48535069e (diff) | |
download | chandra-acis-analysis-199b75bdd0c7dc67ff3d7946fec85be400680a2e.tar.bz2 |
Add new simplified config files and update HOWTO
* Change config filenames
* Change configuration keys to be more intuitive
* Simplify configuration items
Diffstat (limited to 'files')
-rw-r--r-- | files/mass.conf | 7 | ||||
-rw-r--r-- | files/sbp_dbeta.conf | 14 | ||||
-rw-r--r-- | files/sbp_sbeta.conf | 11 |
3 files changed, 32 insertions, 0 deletions
diff --git a/files/mass.conf b/files/mass.conf new file mode 100644 index 0000000..4b3caba --- /dev/null +++ b/files/mass.conf @@ -0,0 +1,7 @@ +nh <nh> +abund <abund> +nfw_rmin_kpc 0 +tprofile_data tprofile.txt +tprofile_cfg wang2012_param.txt +sbp_data sbprofile.txt +sbp_cfg sbp.conf diff --git a/files/sbp_dbeta.conf b/files/sbp_dbeta.conf new file mode 100644 index 0000000..cfd9fa1 --- /dev/null +++ b/files/sbp_dbeta.conf @@ -0,0 +1,14 @@ +sbp_data sbprofile.txt +tprofile tprofile_fitted.txt +cfunc_profile coolfunc_profile.txt + +z <z> +cm_per_pixel <empty> + +n01 0.005 +rc1 30 +beta1 0.7 +n02 0.005 +rc2 300 +beta2 0.7 +bkg 0.0 diff --git a/files/sbp_sbeta.conf b/files/sbp_sbeta.conf new file mode 100644 index 0000000..c6e21ee --- /dev/null +++ b/files/sbp_sbeta.conf @@ -0,0 +1,11 @@ +sbp_data sbprofile.txt +tprofile tprofile_fitted.txt +cfunc_profile coolfunc_profile.txt + +z <z> +cm_per_pixel <empty> + +n0 0.005 +rc 30 +beta 0.7 +bkg 0.0 |