fitscut is designed to extract cutouts from FITS image format files. FITS, PNG, and JPEG output types are supported.
When multiple input files are specified and the output type is PNG or JPEG the resulting image is an RGB color image.
Information on the FITS file format is available from http://fits.gsfc.nasa.gov/.
In order to build fitscut you will need:
| CFITSIO library | http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html |
| LIBPNG | http://www.libpng.org/pub/png/libpng.html |
| JPEG library | http://www.ijg.org/ |
And optionally:
| WCS Subroutine library | ftp://cfa-ftp.harvard.edu/pub/gsc/WCSTools/ |
For convenience we provide a version of the CFITSIO Source RPM. You can build a binary RPM using the
rpmbuild --rebuild command. This is
provided as is and with no support.
fitscut has been tested and is known to work on:
Please see the INSTALL file.
This usually consists of:
% gzip -cd fitscut-1.4.0.tar.gz | tar xvf - # unpack the sources
% cd fitscut-1.4.0 # change to the directory
% ./configure # run the 'configure' script
or
% ./configure --prefix=/home/user/software # optionally, install to an alternate location
% make # build fitscut
[ Become root if necessary ]
% make install # install fitscut
Please send all comments and bug reports by electronic mail to: William Jon McCann