summaryrefslogtreecommitdiffstats
path: root/ciao_img_rotcrop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ciao_img_rotcrop.sh')
-rwxr-xr-xciao_img_rotcrop.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/ciao_img_rotcrop.sh b/ciao_img_rotcrop.sh
index 6259d3a..ba009d7 100755
--- a/ciao_img_rotcrop.sh
+++ b/ciao_img_rotcrop.sh
@@ -1,5 +1,8 @@
#!/bin/sh
#
+# Copyright (c) 2016 Aaron LI
+# MIT license
+#
# Rotate the FITS image to be upright using 'dmregrid2',
# and crop the blank edges from the rotated image
# according to the CCDs sizes.
@@ -21,7 +24,6 @@
# keywords/attributes in the FITS header.
#
#
-# Aaron LI
# Created: 2015-08-23
# Updated: 2016-04-11
#
@@ -102,4 +104,3 @@ echo "using 'dmregrid2', the filled regions are *EXCLUDED* in the rotated"
echo "image!"
echo "*** CHECK THE RESULTS BEFORE PROCEDDING ***"
echo "==================================================================="
-