blob: a387bf4cad321701a946f28de1563a1e9c29b1ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
.help wcsinfo Mar12 votools
.ih
NAME
wcsinfo -- Determine the WCS information of an image
.ih
USAGE
wcsinfo image
.ih
PARAMETERS
.ls image
The input image name.
.le
.ls verbose = no
Print verbose output?
.le
.ls OUTPUT PARAMETERS
After reading the image, the following task parameters are updated with
the values derived from the input image:
.nf
(pos = "") POS string
(size = 0.) SIZE value
(ra = 0.) RA value
(dec = 0.) DEC value
(llx = 0.) LLX wcs corner
(lly = 0.) LLY wcs corner
(urx = 0.) URX wcs corner
(ury = 0.) URY wcs corner
(midx = 0.) X wcs midpoint
(midy = 0.) Y wcs midpoint
(scale = 0.) Scale ("/pix)
(rot = 0.) Rotation (deg)
(width = 0.) Plt width (arcmin)
(height = 0.) Plt height (arcmin)
(axmap = "") Axis mapping
(epoch = 0.) Epoch
(equinox = 0.) Equinox
(ctype1 = "") CTYPE1
(ctype2 = "") CTYPE2
(crval1 = 0.) CRVAL1
(crval2 = 0.) CRVAL2
(crpix1 = 0.) CRPIX1
(crpix2 = 0.) CRPIX2
(cd11 = 0.) CD1_1
(cd12 = 0.) CD1_2
(cd21 = 0.) CD2_1
(cd22 = 0.) CD2_2
(ispix = no) Pixel only coords?
.fi
.ih
DESCRIPTION
The \fIWCSINFO\fR task is used to determine the WCS information in an image
in ways which make it easy for script developers to use specific values
easily (e.g. the plate center, scale, size, corners, etc). Images of
arbitrary axis mapping and rotation can be used. If no WCS information
can be found in the image, the \fIispix\fR parameter will be set to
'yes'.
.ih
EXAMPLES
1. Summarize the WCS information about the dev$ypix test image:
.nf
votools> wcsinfo dev$ypix
.fi
.ih
REVISIONS
.
.ih
SEE ALSO
getcat, getimg
.endhelp
|