diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-10-30 19:19:54 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-10-30 19:19:54 +0800 |
commit | 3c5af6325b2f1b35ed97cb201370cbf48981c785 (patch) | |
tree | 982c2bb6cc23f961d0f7b27a6158670313f7e43b /scripts | |
parent | 92c9b0121001d5cab4127f4ae5ae95f43958513a (diff) | |
download | chandra-acis-analysis-3c5af6325b2f1b35ed97cb201370cbf48981c785.tar.bz2 |
updated version/usage contents.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ciao_expcorr.sh | 12 | ||||
-rwxr-xr-x | scripts/ciao_expcorr_sbp.sh | 4 | ||||
-rwxr-xr-x | scripts/ciao_sbp.sh | 9 |
3 files changed, 13 insertions, 12 deletions
diff --git a/scripts/ciao_expcorr.sh b/scripts/ciao_expcorr.sh index 701ba01..c72973f 100755 --- a/scripts/ciao_expcorr.sh +++ b/scripts/ciao_expcorr.sh @@ -19,17 +19,17 @@ export LC_COLLATE=C ########################################################### ## ChangeLogs: -## v1.1, 2012-08-21, LIweitiaNux -## fix a bug with `sed' -## v1.2, 2012-08-21, LIweitiaNux -## set `ardlib' before process `merge_all' ## v2.0, 2014/07/29, Weitian LI ## `merge_all' deprecated, use `fluximage' if possible +## v1.2, 2012-08-21, LIweitiaNux +## set `ardlib' before process `merge_all' +## v1.1, 2012-08-21, LIweitiaNux +## fix a bug with `sed' ########################################################### ## about, used in `usage' {{{ -VERSION="v1.2" -UPDATE="2012-08-21" +VERSION="v2.0" +UPDATE="2014-07-29" ## about }}} ## error code {{{ diff --git a/scripts/ciao_expcorr_sbp.sh b/scripts/ciao_expcorr_sbp.sh index fc1e5ed..20f9afa 100755 --- a/scripts/ciao_expcorr_sbp.sh +++ b/scripts/ciao_expcorr_sbp.sh @@ -22,8 +22,8 @@ EXPCORR_SCRIPT="ciao_expcorr.sh" EXTRACT_SBP_SCRIPT="ciao_sbp.sh" ## about, used in `usage' {{{ -VERSION="v4" -UPDATE="2013-10-12" +VERSION="v4.1" +UPDATE="2014-10-30" ## about }}} ## err code {{{ diff --git a/scripts/ciao_sbp.sh b/scripts/ciao_sbp.sh index d111b7f..9c4963c 100755 --- a/scripts/ciao_sbp.sh +++ b/scripts/ciao_sbp.sh @@ -14,10 +14,11 @@ export LC_COLLATE=C ########################################################### ########################################################### -## Changes made by zzh: (2013-02-01) -## removes the region in ccd gap of ACIS_I -## removes the region in the area of point source -## need asol file to prevent offset +## Changes: +## v3.1: 2013/02/01, Zhenghao ZHU +## removes the region in ccd gap of ACIS_I +## removes the region in the area of point source +## need asol file to prevent offset ########################################################### SCRIPT_PATH=`readlink -f $0` |