blob: 217819c29a729173a823b923630ab346ca96b261 (
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
|
.help skiiprint Mar00 Skywcs
.ih
NAME
skiiprint -- print the sky coordinate system summary
.ih
SYNOPSIS
call sk_iprint (label, imagesys, mw, coo)
.nf
char label # the input user label
char imagesys # the input image system
pointer mw # the input mwcs descriptor
pointer coo # the sky coordinate descriptor
.fi
.ih
ARGUMENTS
.ls label
The input user supplied label, e.g. "Input System", "Ref System",
"Output System" etc.
.le
.ls imagesys
The input image system, e.g. "dev$ypix logical", "dev$ypix world", etc.
.le
.ls mwcs
The input image mwcs descriptor if defined. If mwcs is defined then
information about which sky coordinate corresponds to which image
axis etc is read from the mwcs descriptor.
.le
.ls coo
The input sky coordinate descriptor.
.le
.ih
DESCRIPTION
A summary of the sky coordinate system is printed on the standard output.
.ih
SEE ALSO
skiiwrite
.endhelp
|