diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-06-08 21:55:10 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-06-08 21:55:10 +0800 |
commit | 8f99c04f2635458706ef1f2068ac1780742becd4 (patch) | |
tree | 7eb477c75925e9216fb729eb3f68cebc70fa97ce /mass_profile/fit_sbp.sh | |
parent | f3dad5a208cace4864ee7c4da94da0f279260a4a (diff) | |
download | chandra-acis-analysis-8f99c04f2635458706ef1f2068ac1780742becd4.tar.bz2 |
Merge branch 'cosmo_calc'
Diffstat (limited to 'mass_profile/fit_sbp.sh')
-rwxr-xr-x | mass_profile/fit_sbp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mass_profile/fit_sbp.sh b/mass_profile/fit_sbp.sh index 666be2f..60c5fca 100755 --- a/mass_profile/fit_sbp.sh +++ b/mass_profile/fit_sbp.sh @@ -42,7 +42,7 @@ fi $base_path/fit_wang2012_model $t_data_file $t_param_file $cm_per_pixel 2> /dev/null cp wang2012_dump.qdp $T_file if [ ! -f ${cfunc_file} ]; then - $base_path/coolfunc_calc2.sh $T_file $abund $nh $z $cfunc_file + $base_path/coolfunc_calc.sh $T_file $abund $nh $z $cfunc_file fi $base_path/$PROG $sbp_cfg printf "## MODEL: ${MODEL}\n" |