aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/ciao_expcorr.sh12
-rwxr-xr-xscripts/ciao_expcorr_sbp.sh4
-rwxr-xr-xscripts/ciao_sbp.sh9
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`