fits2jpg.pl - convert a fits image to jpeg with options
version 0.1
fits2jpg.pl -inimage <INIMAGE> [options]
- -in[image] [=] <INIMAGE>
-
Specify input image name
- -out[image] [=] <OUTIMAGE>
-
Specify output image name.
Defaults to inimage with .fits replaced with .jpg
- -mask [=] <MASK>
-
Specify mask image name.
Defaults to inimage.
- -badtype [=] <badtype> [integer]
-
Badpixel type of the object. Defaults to 1.
For swarped images it should be 1. For iraf images it should be 0.
Does not matter if separate mask is not provided.
- -v
- --verbose
-
Print all warnings
- --version
- --usage
- --help
- --man
-
Print the usual program information
Ashish Mahabal <aam@astro.caltech.edu>
There are undoubtedly serious bugs lurking somewhere in this code.
Bug reports and other feedback are most welcome.
Copyright (c) 2007, Ashish Mahabal. All Rights Reserved.
This module is free software. It may be used, redistributed
and/or modified under the terms of the Perl Artistic License
(see http://www.perl.com/perl/misc/Artistic.html)