wcsware(1) debian man page | unix.com

Man Page: wcsware

Operating Environment: debian

Section: 1

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
xy2sky(1) - debian
funsky(1) - suse
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?