From 62a69c7f0df94e5b013ee5883d85c16ca39ece85 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 12 Feb 2017 19:16:22 +0800 Subject: Add copyright and MIT license disclaimer --- ciao_img_rotcrop.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ciao_img_rotcrop.sh') 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 "===================================================================" - -- cgit v1.2.2