debian man page for wcsware

Query: wcsware

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

WCSWARE(1)							   User Commands							WCSWARE(1)

NAME
wcsware - Extract WCS keywords for an image
SYNOPSIS
wcsware [-a<alt>] [-f] [-h<hdu>] [-p] [-x] [<fitsfile>]
DESCRIPTION
wcsware extracts the WCS keywords for an image from the specified FITS file, constructs wcsprm structs for each coordinate representation found and performs a variety of operations using them. The FITS file may be specified according to the syntax understood by cfitsio, for example "file.fits.gz+1" refers to the first extension of a gzip'd FITS file. Use "-" or omit the file name for input from stdin.
OPTIONS
-a<alt> Specify an alternate coordinate representation to be used (ignored if there is only one). -f Apply wcsfix() to the header. -h<hdu> Move to HDU number (1-relative) which is expected to contain an image array. (Useful for input from stdin.) -p Print the struct(s) using wcsprt() (default operation). -x Convert pixel coordinates, obtained from stdin, to world coordinates using wcsp2s(). -w Convert world coordinates, obtained from stdin, to pixel coordinates using wcss2p(). wcsware 4.13.4 April 2012 WCSWARE(1)
Related Man Pages
funimage(1) - debian
wcsremap(1) - debian
wcstools(1) - debian
funsky(1) - opendarwin
funmerge(1) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?