diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-17 00:33:05 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-17 01:16:47 +0800 |
commit | cc8a47a6a7b24c31376c7dd6ee9343d8fd7cc68f (patch) | |
tree | 422be1b8620176290c54c0c2cd0ee11b0c49393e /scripts | |
parent | e9fc77e523f4233082531d51911a5f1c7e96d07c (diff) | |
download | chandra-acis-analysis-cc8a47a6a7b24c31376c7dd6ee9343d8fd7cc68f.tar.bz2 |
Remove 'cooling_time2.sh' (superseded by 'ciao_calc_ct.sh')
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ciao_calc_ct.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/ciao_calc_ct.sh b/scripts/ciao_calc_ct.sh index cf9b4b0..65f584a 100755 --- a/scripts/ciao_calc_ct.sh +++ b/scripts/ciao_calc_ct.sh @@ -1,12 +1,11 @@ #!/bin/sh # -## Calculate the cooling time within the (0.-0.048 r500) region. +## Calculate the cooling time within the core region (0-0.048 r500). ## Based on `ciao_r500avgt.sh' ## ## Junhua GU -## Created: 2012-08-22 ## Weitian LI -## Updated: 2017-02-06 +## Created: 2012-08-22 ## ## Change logs: ## 2017-02-06, Weitian LI @@ -599,7 +598,6 @@ tclexit _EOF_ ## xspec script }}} -## invoke xspec to calc if [ "x${F_WC}" = "xtrue" ]; then printf "\n*** WC: LOW_COUNTS ***\n" printf "*** WARNING: counts_in_0.048R500=${CNT_RC} < 500 ***\n" @@ -616,5 +614,3 @@ else printf "# OBS_ID,OBJ_NAME,CT_gyr\n" | tee -a ${CT_RES} printf "# $OBS_ID,$OBJ_NAME,$CT\n" | tee -a ${CT_RES} fi - -exit 0 |