summaryrefslogtreecommitdiffstats
path: root/ciao_expcorr.sh
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-02-12 19:16:22 +0800
committerAaron LI <aaronly.me@outlook.com>2017-02-12 19:16:22 +0800
commit62a69c7f0df94e5b013ee5883d85c16ca39ece85 (patch)
treef492cf8b8b4a496f8f7d17762033a0b9a25937de /ciao_expcorr.sh
parenta4f1e4eaaae5ea3ce2531b72b04f2fc30f96e3a0 (diff)
downloadcexcess-62a69c7f0df94e5b013ee5883d85c16ca39ece85.tar.bz2
Add copyright and MIT license disclaimer
Diffstat (limited to 'ciao_expcorr.sh')
-rwxr-xr-xciao_expcorr.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ciao_expcorr.sh b/ciao_expcorr.sh
index 4d6140c..e523099 100755
--- a/ciao_expcorr.sh
+++ b/ciao_expcorr.sh
@@ -1,14 +1,15 @@
#!/bin/sh
#
+# Copyright (c) 2016 Aaron LI
+# MIT license
+#
# Generate the exposure map and apply exposure correction
# using CIAO `fluximage`.
#
# NOTE:
# The existing "instmap_weights.txt" is ued for exposure map generation.
#
-# Aaron LI
# Created: 2016-04-28
-# Updated: 2016-04-28
#
case "$1" in
@@ -52,4 +53,3 @@ ln -svf ${ROOTNAME}*band*thresh.img img_${ROOTNAME}_thresh.fits
ln -svf ${ROOTNAME}*band*thresh.expmap expmap_${ROOTNAME}.fits
# exposure-corrected image
ln -svf ${ROOTNAME}*band*flux.img img_expcorr_${ROOTNAME}.fits
-