NAME

fits2jpg.pl - convert a fits image to jpeg with options


VERSION

version 0.1


USAGE

fits2jpg.pl -inimage <INIMAGE> [options]


REQUIRED ARGUMENTS

-in[image] [=] <INIMAGE>
Specify input image name


OPTIONS

-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


AUTHOR

Ashish Mahabal <aam@astro.caltech.edu>


BUGS

There are undoubtedly serious bugs lurking somewhere in this code. Bug reports and other feedback are most welcome.


COPYRIGHT

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)