aboutsummaryrefslogtreecommitdiff
path: root/noao/astutil/doc/keywpars.hlp
blob: e5b50d4abc8a3d704afe0ad02a91f04c6c0d0393 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.help keywpars May93 noao.astutil
.ih
NAME
keywpars -- edit the image header keywords used by the package
.ih
USAGE
keywpars
.ih
PARAMETERS
.ls ra = "RA"
Right Ascension keyword. (Value in HMS format).
.le
.ls dec = "DEC"
Declination keyword. (Value in HMS format).
.le
.ls ut = "UT"
UT of observation keyword.  This field is the UT start of the observation.
(Value in HMS Format).
.le
.ls utmiddle = "UTMIDDLE"
UT mid-point of observation keyword.  This field is the UT mid-point of 
the observation.  (Value in HMS Format).
.le
.ls exptime = "EXPTIME"
Exposure time keyword. (Value in Seconds).
.le
.ls epoch = "EPOCH"
Epoch of coordinates keyword. (Value in Years).
.le
.ls date_obs = "DATE-OBS"
Date of observation keyword.  Format for this field should be
dd/mm/yy (old FITS format), yyyy-mm-dd (new FITS format), or
yyyy-mm-ddThh:mm:ss.sss (new FITS format with time).
.le

.ce 
OUTPUT KEYWORDS
.ls hjd = "HJD"
Heliocentric Julian date keyword. (Value in Days).
.le
.ls mjd_obs = "MJD-OBS"
Modified Julian Data keyword.  The MJD is defined as the Julian date of
the mid-point of the observation - 2440000.5.  (Value in Days).
.le
.ls vobs = "VOBS"
Observed radial velocity keyword.  (Value in Km/sec).
.le
.ls vrel = "VREL"
Observed radial velocity keyword. (Value in Km/sec).
.le
.ls vhelio = "VHELIO"
Corrected heliocentric radial velocity keyword.  (Value in Km/sec).
.le
.ls vlsr = "VLSR"
Local Standard of Rest velocity keyword.  (Value in Km/sec).
.le
.ls vsun = "VSUN"
Epoch of solar motion.  (Character string with four real valued fields 
describing the solar velocity (km/sec), the RA of the solar velocity (hours),
the declination of the solar velocity (degrees), and the epoch of solar
coordinates (years)).
.le
.ih
DESCRIPTION
The image header keywords used by the \fIfxcor\fR task can be 
edited if they differ
from the NOAO standard keywords.  For example, if the image header keyword
giving the exposure time for the image is written out as "EXP-TIME" instead
of the standard "OTIME" at a given site, the keyword accessed for 
that information
may be changed based on the value of the \fIexptime\fR parameter.

.ih
EXAMPLES
1. List the image header keywords.

.nf
	as> lpar keywpars
.fi

2. Edit the image header keywords

.nf
	as> keywpars
.fi
.ih
REVISIONS
.ls KEYPARS V2.10.3
First version.  Currently only used by the \fIRVCORRECT\fR task.
.le
.ih
SEE ALSO
fxcor, rvcorrect
.endhelp