From 411948044a254ff0ea5961a3a9c3fdd1e6cf3a7a Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 17 Feb 2017 00:56:58 +0800 Subject: Rename 'coolfunc_calc.sh' and 'coolfunc_calc_erg.sh' * coolfunc_calc.sh -> calc_coolfunc.sh * coolfunc_calc_erg.sh -> calc_coolfunc_bands.sh --- mass_profile/fit_mass.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mass_profile/fit_mass.sh') 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 -- cgit v1.2.2