diff options
Diffstat (limited to 'ds9_image.sh')
-rwxr-xr-x | ds9_image.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ds9_image.sh b/ds9_image.sh index 76a03d5..a65db22 100755 --- a/ds9_image.sh +++ b/ds9_image.sh @@ -1,10 +1,12 @@ #!/bin/sh # +# Copyright (c) 2016 Aaron LI +# MIT license +# # Use DS9 to visualize the ACIS image, with useful/handy # arguments/options passed. # Also touch the output image filename for easier save. # -# Aaron LI # Created: 2016-04-16 # Updated: 2016-05-08 # |