diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-06-18 22:20:59 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-06-18 22:20:59 +0800 |
commit | e3923265d0d6949407a83726e9a9bd5d97079221 (patch) | |
tree | 9afd8520595f4cf80815b9bccfc3dcf2879ebe47 /files | |
download | chandra-acis-analysis-e3923265d0d6949407a83726e9a9bd5d97079221.tar.bz2 |
Initial commit
Added files:
* mass_profile: developed by Junhua GU, modified by Weitian LI
* opt_utilities: developed by Junhua GU
* tools/cosmo_calc: originated from 'calc_distance', modified
* scripts: scripts used to process Chandra ACIS data
* files: useful files used in processing
* HOWTO_chandra_acis_process.txt
* README.md
Diffstat (limited to 'files')
-rw-r--r-- | files/empty_v3.json | 109 | ||||
-rw-r--r-- | files/fitting_dbeta_mass.conf | 7 | ||||
-rw-r--r-- | files/fitting_dbeta_sbp.conf | 17 |
3 files changed, 133 insertions, 0 deletions
diff --git a/files/empty_v3.json b/files/empty_v3.json new file mode 100644 index 0000000..1095c1e --- /dev/null +++ b/files/empty_v3.json @@ -0,0 +1,109 @@ +{ + "Obs. ID": , + "Source Name": "", + "Obs. Date": "", + "Detector": "", + "Exposure (ks)": , + "Clean Exposure (ks)": , + "R. A.": "", + "Dec.": "", + "nH (10^22 cm^-2)": , + "redshift": , + "E(z)": , + "T_ref (keV)": , + "Z_ref (solar)": , + "Rmax_SBP (pixel)": , + "Rmax_Tpro (pixel)": , + "Rmax_SBP (kpc)": , + "Rmax_Tpro (kpc)": , + "NFW_Rmin (kpc)": , + "Model_SBP": "", + "n01": , + "beta1": , + "rc1": , + "rc1_kpc": , + "n02": , + "beta2": , + "rc2": , + "rc2_kpc": , + "bkg": , + "R200 (kpc)": , + "R200_err_lower (1sigma)": , + "R200_err_upper (1sigma)": , + "M200 (M_sun)": , + "M200_err_lower (1sigma)": , + "M200_err_upper (1sigma)": , + "L200 (erg/s)": , + "L200_err (1sigma)": , + "M_gas200 (M_sun)": , + "M_gas200_err_lower (1sigma)": , + "M_gas200_err_upper (1sigma)": , + "F_gas200": , + "F_gas200_err_lower (1sigma)": , + "F_gas200_err_upper (1sigma)": , + "R500 (kpc)": , + "R500_err_lower (1sigma)": , + "R500_err_upper (1sigma)": , + "M500 (M_sun)": , + "M500_err_lower (1sigma)": , + "M500_err_upper (1sigma)": , + "L500 (erg/s)": , + "L500_err (1sigma)": , + "M_gas500 (M_sun)": , + "M_gas500_err_lower (1sigma)": , + "M_gas500_err_upper (1sigma)": , + "F_gas500": , + "F_gas500_err_lower (1sigma)": , + "F_gas500_err_upper (1sigma)": , + "R1500": , + "R1500_err_lower": , + "R1500_err_upper": , + "M1500": , + "M1500_err_lower": , + "M1500_err_upper": , + "L1500": , + "L1500_err": , + "M_gas1500": , + "M_gas1500_err_lower": , + "M_gas1500_err_upper": , + "F_gas1500": , + "F_gas1500_err_lower": , + "F_gas1500_err_upper": , + "R2500": , + "R2500_err_lower": , + "R2500_err_upper": , + "M2500": , + "M2500_err_lower": , + "M2500_err_upper": , + "L2500": , + "L2500_err": , + "M_gas2500": , + "M_gas2500_err_lower": , + "M_gas2500_err_upper": , + "F_gas2500": , + "F_gas2500_err_lower": , + "F_gas2500_err_upper": , + "T(0.1-0.5 R500)": , + "T_err(0.1-0.5 R500)": , + "T_err_l(0.1-0.5 R500)": , + "T_err_u(0.1-0.5 R500)": , + "Z(0.1-0.5 R500)": , + "Z_err(0.1-0.5 R500)": , + "Z_err_l(0.1-0.5 R500)": , + "Z_err_u(0.1-0.5 R500)": , + "T(0.2-0.5 R500)": , + "T_err(0.2-0.5 R500)": , + "T_err_l(0.2-0.5 R500)": , + "T_err_u(0.2-0.5 R500)": , + "Z(0.2-0.5 R500)": , + "Z_err(0.2-0.5 R500)": , + "Z_err_l(0.2-0.5 R500)": , + "Z_err_u(0.2-0.5 R500)": , + "F_gas(R2500-R500)": , + "F_gas_err_l(R2500-R500)": , + "F_gas_err_u(R2500-R500)": , + "R_cool (kpc)": , + "Cooling_time (Gyr)": , + "Cool_core": , + "NOTE": "" +}, diff --git a/files/fitting_dbeta_mass.conf b/files/fitting_dbeta_mass.conf new file mode 100644 index 0000000..4bd2521 --- /dev/null +++ b/files/fitting_dbeta_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_dbeta_sbp.conf +nh 0. +abund 0. +radius_sbp_file sbprofile.txt diff --git a/files/fitting_dbeta_sbp.conf b/files/fitting_dbeta_sbp.conf new file mode 100644 index 0000000..d62bae8 --- /dev/null +++ b/files/fitting_dbeta_sbp.conf @@ -0,0 +1,17 @@ +radius_file radius_sbp.txt +sbp_file flux_sbp.txt + +cfunc_file coolfunc_calc_data.txt +T_file t_profile_dump.qdp + +n01 0.005 +rc1 30 +beta1 0.7 +n02 0.005 +rc2 300 +beta2 0.7 +bkg 0.0 + +cm_per_pixel +z + |