diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-06-24 15:30:24 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-06-24 15:30:24 +0800 |
commit | f65dcae0b995c26fceba31a5ca30a988a4eb02b1 (patch) | |
tree | 89fc2e722b91d66c0a25612db914ddd480446587 /files | |
parent | e3923265d0d6949407a83726e9a9bd5d97079221 (diff) | |
download | chandra-acis-analysis-f65dcae0b995c26fceba31a5ca30a988a4eb02b1.tar.bz2 |
Updated scripts and added some files
* Updated 'ciao_calc_csb.sh', 'ciao_calc_ct.sh'
* Added 'make_infojson.sh' for wjy's data
* Added some files:
- fitting_mass.conf
- fitting_sbp.conf
- wang2012_param.txt
Diffstat (limited to 'files')
-rw-r--r-- | files/fitting_mass.conf | 7 | ||||
-rw-r--r-- | files/fitting_sbp.conf | 13 | ||||
-rw-r--r-- | files/wang2012_param.txt | 7 |
3 files changed, 27 insertions, 0 deletions
diff --git a/files/fitting_mass.conf b/files/fitting_mass.conf new file mode 100644 index 0000000..4c2d3ca --- /dev/null +++ b/files/fitting_mass.conf @@ -0,0 +1,7 @@ +t_profile wang2012 +t_data_file tcl_temp_profile.txt +t_param_file wang2012_param.txt +sbp_cfg fitting_sbp.conf +nh 0. +abund 0. +radius_sbp_file sbprofile.txt diff --git a/files/fitting_sbp.conf b/files/fitting_sbp.conf new file mode 100644 index 0000000..39c6a2b --- /dev/null +++ b/files/fitting_sbp.conf @@ -0,0 +1,13 @@ +radius_file radius_sbp.txt +sbp_file flux_sbp.txt + +cfunc_file coolfunc_calc_data.txt +T_file t_profile_dump.qdp + +n0 0.005 +rc 30 +beta 0.7 +bkg 0.0 + +cm_per_pixel +z diff --git a/files/wang2012_param.txt b/files/wang2012_param.txt new file mode 100644 index 0000000..1137704 --- /dev/null +++ b/files/wang2012_param.txt @@ -0,0 +1,7 @@ +A 5.0 1.0 500 T +n 5.0 0.1 10 T +xi 0.3 0.1 1.0 T +a2 2000 1.0 1e+05 T +a3 1000 100 3000 T +beta 0.5 0.1 1.0 T +T0 2.0 1.0 5.0 T |