blob: 5fd1aa9f459b8a4a4cf1fb1a56c04d8c0a3628cc (
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 Dec90 noao.rv
.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.
The \fIvhelio\fR keywords must be added to the image header of the template
spectrum and should contain the known radial velocity of the template star.
The output keywords may be added to the object image header if the
tasks \fIfxcor.imudate\fR parameter is set.
.ih
EXAMPLES
1. List the image header keywords.
.nf
rv> lpar keywpars
.fi
2. Edit the image header keywords
.nf
rv> keywpars
.fi
.ih
SEE ALSO
fxcor
.endhelp
|