aboutsummaryrefslogtreecommitdiffstats
path: root/mass_profile/fit_mass.sh
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-02-17 00:56:58 +0800
committerAaron LI <aaronly.me@outlook.com>2017-02-17 01:16:47 +0800
commit411948044a254ff0ea5961a3a9c3fdd1e6cf3a7a (patch)
tree614f43bd0ab0c16c624d2a5ac972253e03875fc8 /mass_profile/fit_mass.sh
parentef89a9a24440afedd96d80b52faf71491cd26676 (diff)
downloadchandra-acis-analysis-411948044a254ff0ea5961a3a9c3fdd1e6cf3a7a.tar.bz2
Rename 'coolfunc_calc.sh' and 'coolfunc_calc_erg.sh'
* coolfunc_calc.sh -> calc_coolfunc.sh * coolfunc_calc_erg.sh -> calc_coolfunc_bands.sh
Diffstat (limited to 'mass_profile/fit_mass.sh')
-rwxr-xr-xmass_profile/fit_mass.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/mass_profile/fit_mass.sh b/mass_profile/fit_mass.sh
index a5fadce..f349f24 100755
--- a/mass_profile/fit_mass.sh
+++ b/mass_profile/fit_mass.sh
@@ -94,8 +94,8 @@ cp -fv ${tprofile_dump} ${tprofile}
mv -fv ${tprofile_dump} ${tprofile_center}
mv -fv fit_result.qdp ${tprofile_fit_center}
-$base_path/coolfunc_calc.sh ${tprofile_center} \
- ${abund} ${nh} ${z} ${cfunc_profile}
+${base_path}/calc_coolfunc.sh ${tprofile_center} \
+ ${abund} ${nh} ${z} ${cfunc_profile}
cfunc_profile_center="coolfunc_profile_center.txt"
cp -f ${cfunc_profile} ${cfunc_profile_center}
@@ -163,7 +163,7 @@ for i in `seq 1 ${MC_TIMES}`; do
printf "## ${i} / ${MC_TIMES} ##\n"
printf "## `pwd -P` ##\n"
- ${base_path}/coolfunc_calc.sh ${tprofile} ${abund} ${nh} ${z} ${cfunc_profile}
+ ${base_path}/calc_coolfunc.sh ${tprofile} ${abund} ${nh} ${z} ${cfunc_profile}
${base_path}/${PROG_SBPFIT} ${TMP_SBP_CFG} 2> /dev/null
cat ${RES_SBPFIT}
${base_path}/fit_nfw_mass mass_int.dat ${z} ${nfw_rmin_kpc} 2> /dev/null