Scroll to navigation

FITS2BITMAP(1) astropy 1.0.2 FITS2BITMAP(1)

NAME

fits2bitmap - Create a bitmap file from a FITS image.

DESCRIPTION

usage: fits2bitmap [-h] [-e hdu] [-o filename] [--scale SCALE] [--power POWER]

[--asinh_a ASINH_A] [--min_cut MIN_CUT] [--max_cut MAX_CUT] [--min_percent MIN_PERCENT] [--max_percent MAX_PERCENT] [--percent PERCENT] [--cmap colormap_name] filename [filename ...]

positional arguments:

Path to one or more FITS files to convert

optional arguments:

show this help message and exit
specify the HDU extension number or name
Filename for the output image (Default is a PNG file with the same name as the FITS file)
Type of image scaling ("linear", "sqrt", "power", "log", or "asinh")
Power index for "power" scaling
The value in normalized image where the asinh curve transitions from linear to logarithmic behavior (used only for "asinh" scaling)
The pixel value of the minimum cut level
The pixel value of the maximum cut level
The percentile value used to determine the minimum cut level
The percentile value used to determine the maximum cut level
The percentage of the image values used to determine the pixel values of the minimum and maximum cut levels
matplotlib color map name
April 2015 fits2bitmap