blob: 68219c0d9f51114004e868ec3e176b4df66e32f4 (
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
|
.help skcopy Mar00 Skywcs
.ih
NAME
skcopy -- copy a sky coordinate descriptor
.ih
SYNOPSIS
newcoo = sk_copy (coo)
.nf
pointer coo # the sky coordinate descriptor
.fi
.ih
ARGUMENTS
.ls coo
The sky coordinate descriptor to be copied.
.le
.ih
DESCRIPTION
Sk_copy is a pointer function which returns a copy of the input sky coordinate
descriptor as its function value.
.ih
SEE ALSO
skdecwcs, skdecwstr, skdecim, skclose
.endhelp
|