blob: cc3881089f6a7d1f1f1876c4d5fdbb103cd676ce (
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
|
.help skenwcs Mar00 Skywcs
.ih
NAME
skenwcs -- encode a system name using a sky coordinate descriptor
.ih
SYNOPSIS
call sk_enwcs (coo, csystem, maxch)
.nf
pointer coo # the input sky coordinate descriptor
char csystem # the output system name
int maxch # the maximum size of the output system name
.fi
.ih
ARGUMENTS
.ls coo
The input sky coordinate descriptor
.le
.ls csystem
The output system name, e.g. "galactic".
.le
.ls maxch
The maximum size of the output system name.
.le
.ih
DESCRIPTION
Sk_enwcs returns the sky coordinate system name.
.ih
SEE ALSO
skdecwcs, skdecwstr
.endhelp
|