aboutsummaryrefslogtreecommitdiffstats
path: root/mass_profile
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-02-17 00:21:06 +0800
committerAaron LI <aaronly.me@outlook.com>2017-02-17 01:16:47 +0800
commit4e748f6e7d1e8742968700ac69ed5bc6ea33a36c (patch)
treebf893ecfc4c72e6191fac0dec46ca4831c780a3c /mass_profile
parentbdc9269dcd4c5a086def4ce904528b96a475af9f (diff)
downloadchandra-acis-analysis-4e748f6e7d1e8742968700ac69ed5bc6ea33a36c.tar.bz2
Remove useless call of 'coolfunc_calc.sh'
Diffstat (limited to 'mass_profile')
-rwxr-xr-xmass_profile/calc_lxfx.sh7
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} \