FITSPNG(1) | User Commands | FITSPNG(1) |
fitspng - FITS to PNG converter.
fitspng [options] file(s)
Fitspng is an utility intended to convert of images in astronomical FITS format into PNG format.
FITS format is a general purpose astronomical format which stores measurements of physical quantities. FITS images represents an angular distribution of captured photon events, or intensity of light. Fitspng provides visualisation of FITS images by converting them to PNG format.
The detailed description can be found on the page: https://integral.physics.muni.cz/fitspng
If this switch is omitted, the output filename is determined by modification of input filenames: suffixes, like *.fits, are replaced by *.png, and the directory path is removed. The approach leaves original data untouched, results are stored in current working directory.
Convert an image from FITS to PNG:
$ fitspng -o grey.png grey.fits
Emulate human's night vision:
$ fitspng -n 1e6,1 -o scotopic.png colour.fits
Emulate classical photography sensitivity function (density
curve):
$ fitspng -f photo -o photo.png colour.fits
Create semi-grey image:
$ fitspng -S 0.2 -o reduced.png colour.fits
Select the specified band from colour FITS (with help of FITS file
name extension):
$ fitspng -o green.png "colour.fits[1]"
Create thumbnails:
$ fitspng -s 10 *.fits
Filip Hroch <hroch@physics.muni.cz>
[1] https://integral.physics.muni.cz/fitspng
[2] http://www.libpng.org/pub/png/
[3] https://integral.physics.muni.cz/rawtran
[4] https://munipack.physics.muni.cz/
January 2022 | Fitspng |