aboutsummaryrefslogtreecommitdiff
path: root/noao/astcat/doc/awcspars.hlp
blob: c6273d2c45e54b31a52324500b2c22f9aa4f1bd7 (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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
.help awcspars Mar00 astcat
.ih
NAME
awcspars -- edit the default world coordinate system parameters
.ih
USAGE
awcspars 
.ih
PARAMETERS
.ls wxref = "INDEF", wyref = "INDEF"
The image header keyword names or the numerical values of the x and y reference
point in pixels. If wxref = "INDEF" and wyref = "INDEF" the reference
point defaults to the center of the image.
.le
.ls wxmag = "INDEF", wymag = "INDEF"
The image header keyword names or the numerical values of the x and y scale
factors in arcseconds per pixel. If wxmag  or wymag = are undefined a new
wcs cannot be created.
.le
.ls wxrot = "180.0", wyrot = "0.0"
The image header keyword names or the numerical values of the x and y rotation
angles in degrees measured counter-clockwise to the positive x and y image
axes. The default orientation is east=left, north=up. Wxrot values of 0.0,
90.0, 180.0, and 270.0 correspond to east=right, up, left, and down
respectively. Wyrot values of 0.0, 90.0, 180.0, and 270.0 correspond to
north=up, left, down, and right respectively.
.le
.ls wraref = "RA", wdecref = "DEC"
The image header keyword names or the numerical values of the reference
point in celestial coordinates. If wraref and wdecref are undefined
a new wcs cannot be created.
.le
.ls wraunits = "", wdecunits = ""
The units of the reference point celestial coordinates. The options are
"hours", "degrees", and "radians" for the ra coordinate and "degrees"
and "radians" for the dec coordinate. If wraunits and wdecunits are undefined
they default to the preferred units of the reference system.
.le
.ls wproj = "tan"
The sky projection geometry. The most commonly used projections are "tan",
"arc", "sin", and "lin". Other supported projections are "ait","car", "csc",
"gls", "mer", "mol", "par", "pco", "qsc", "stg", "tsc", and "zea".
.le
.ls wsystem = "EQUINOX"
The image header keyword name or string defining the celestial coordinate
system of the reference point. The most common values for wsystem are
"2000.0", "1950.0", "J2000.0", and "B1950.0". Type "help ccssytems" to get
a full list of options.
.le
.ih
DESCRIPTION
The default wcs parameters are used to create an approximate  FITS wcs for
an images which do not have one. Creating an approximate header
from the telescope pointing position and the known scale and orientation
of the detector can make later steps like locating the catalog stars
for computing an accurate plate solution simpler.

In coordinates of the reference point in pixels and celestial coordinates
\fIwxref\fR, \fIwyref\fR, \fIwraref\fR, \fIwdecref\fR, the scale factors
\fIwxmag\fR and \fIwymag\fR, and the orientation \fIwxrot\fR and \fIwyrot\fR
can be read from the image header or set by value. The coordinate system
and units of the celestial coordinates of the reference point \fIwsystem\fR
and \fIwraunits\fR and \fIwdecunits\fR must be set explicitly. The image
projection function \fIwproj\fR must also be set separately.

.ih
EXAMPLES
1. List the default wcs parameters.

.nf
cl> lpar awcspars
.fi

2. Edit the default wcs parameters.

.nf
cl> awcspars
... edit the parameters in the usual way
... type :wq to quit and save the edits
.fi

3. Edit the default wcs parameters from the agetim task.

.nf
cl> epar agetim
... edit the agetim parameters
... move to the agetim parameter line and type :e
... edit the awcspars parameters
... type :wq to quit and save the awcspars edits
... continue editing the remaining awcspars parameters
... type :go to execute the task
.fi

4. Save the current awcspars parameter values in a text file called
awcs1.par.  Use the saved parameter set in the next call to the agetim
task.

.nf
cl> epar awcspars
... edit some parameters in the usual way
... type :w awcs1.par
... type :q to quit
cl> agetim ... awcspars=awcs1.par ...
.fi

.ih
TIME REQUIREMENTS
.ih
BUGS
.ih
SEE ALSO
agetim, ahedit
.endhelp