Skip to content

spacetelescope/fitscut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Information

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/.

A cgi interface to fiscut is avilable here: https://hla.stsci.edu/fitscutcgi_interface.html

Dependencies

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/

Supported Platforms

fitscut has been tested and is known to work on:

RedHat Linux 8, 9 RedHat Enterprise Linux 3 Fedora Core 1 Solaris 8, 9

Installation

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 % make # build fitscut [ Become root if necessary ] % make install # install fitscut


Copyright (C) 2001 William Jon McCann

About

No description or website provided.

Topics

Resources

License

GPL-3.0, GPL-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published