aboutsummaryrefslogtreecommitdiff
path: root/pkg/xtools/skywcs/doc/sksaveim.hlp
blob: 82c16f3f70744f49b3fa059032d73491cb28d44f (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 sksaveim Mar00 Skywcs
.ih
NAME
sksaveim -- update the image header using a sky coordinate descriptor
.ih
SYNOPSIS
call sk_saveim (coo, mw, im)

.nf
pointer	coo		# the input sky coordinate descriptor
pointer	mw		# the input mwcs descriptor
pointer	im		# the input image descriptor
.fi
.ih
ARGUMENTS
.ls coo
The input sky coordinate descriptor.
.le
.ls mw
The IRAF mwcs descriptor.
.le
.ls  im
The input image descriptor.
.le
.ih
DESCRIPTION
The image world coordinate system is updated using information in
the sky coordinate descriptor and the mwcs descriptor.

.ih
NOTES
Note that the sk_saveim call does not include a call to the MWCS mw_saveim
routine. This call must be made separately.

Type "help mwcs$MWCS.hlp fi+" to find out more about the IRAF image world
coordinate system code.
SEE ALSO
skdecwcs, skdecim
.endhelp