diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-12 19:16:22 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-12 19:16:22 +0800 |
commit | 62a69c7f0df94e5b013ee5883d85c16ca39ece85 (patch) | |
tree | f492cf8b8b4a496f8f7d17762033a0b9a25937de /ciao_img_rotcrop.sh | |
parent | a4f1e4eaaae5ea3ce2531b72b04f2fc30f96e3a0 (diff) | |
download | cexcess-62a69c7f0df94e5b013ee5883d85c16ca39ece85.tar.bz2 |
Add copyright and MIT license disclaimer
Diffstat (limited to 'ciao_img_rotcrop.sh')
-rwxr-xr-x | ciao_img_rotcrop.sh | 5 |
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 "===================================================================" - |