diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-17 00:21:06 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-17 01:16:47 +0800 |
commit | 4e748f6e7d1e8742968700ac69ed5bc6ea33a36c (patch) | |
tree | bf893ecfc4c72e6191fac0dec46ca4831c780a3c /mass_profile | |
parent | bdc9269dcd4c5a086def4ce904528b96a475af9f (diff) | |
download | chandra-acis-analysis-4e748f6e7d1e8742968700ac69ed5bc6ea33a36c.tar.bz2 |
Remove useless call of 'coolfunc_calc.sh'
Diffstat (limited to 'mass_profile')
-rwxr-xr-x | mass_profile/calc_lxfx.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mass_profile/calc_lxfx.sh b/mass_profile/calc_lxfx.sh index c6632f9..a86acc2 100755 --- a/mass_profile/calc_lxfx.sh +++ b/mass_profile/calc_lxfx.sh @@ -18,6 +18,8 @@ # 2016-06-07 # # Change logs: +# 2017-02-17, Weitian LI +# * Remove useless call of 'coolfunc_calc.sh' # 2017-02-07, Weitian LI # * Update to use the new style configuration files # @@ -59,7 +61,6 @@ sbp_cfg=`grep '^sbp_cfg' ${mass_cfg} | awk '{ print $2 }'` sbp_data=`grep '^sbp_data' ${sbp_cfg} | awk '{ print $2 }'` tprofile=`grep '^tprofile' ${sbp_cfg} | awk '{ print $2 }'` -cfunc_profile=`grep '^cfunc_profile' ${sbp_cfg} | awk '{ print $2 }'` z=`grep '^z' ${sbp_cfg} | awk '{ print $2 }'` cm_per_pixel=`grep '^cm_per_pixel' ${sbp_cfg} | awk '{ print $2 }'` @@ -84,8 +85,6 @@ bolo 0.1 2.4 _EOF_ -${base_path}/coolfunc_calc.sh ${tprofile} ${abund} \ - ${nh} ${z} ${cfunc_profile} ${base_path}/coolfunc_calc_erg.sh ${tprofile} ${abund} \ ${nh} ${z} "cfunc_" ${BLIST} @@ -145,8 +144,6 @@ for i in `seq 1 ${MC_TIMES}`; do echo "### `pwd -P`" echo "### ${i} / ${MC_TIMES} ###" - ${base_path}/coolfunc_calc.sh ${tprofile} ${abund} \ - ${nh} ${z} ${cfunc_profile} ${base_path}/coolfunc_calc_erg.sh ${tprofile} ${abund} \ ${nh} ${z} "cfunc_" ${BLIST} ${base_path}/${PROG} ${TMP_SBP_CFG} ${rout} \ |