blob: 8e4179b4380d360201bc7f378baac9f9ddc82f83 (
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
|
.help sksets Mar00 Skywcs
.ih
NAME
sksets -- set a string sky coordinate descriptor parameter
.ih
SYNOPSIS
include <skywcs.h>
call sk_sets (coo, parameter, str)
.nf
pointer coo # the input sky coordinate descriptor
int parameter # the string parameter to be set
char str # the value of the string parameter to be set
.fi
.ih
ARGUMENTS
.ls coo
The sky coordinate descriptor.
.le
.ls parameter
The parameter to be set. The string parameter definitions in skywcs.h are:
.nf
S_COOSYSTEM # the celestial coordinate system name
.fi
.le
.ls str
The value of the parameter to be set.
.le
.ih
DESCRIPTION
Sk_sets sets the values of string sky coordinate descriptor parameters.
.ih
SEE ALSO
sksetd, skseti
.endhelp
|