blob: e31e4dcd3df7942cabc8491310177b6c035e5b5c (
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
|
.help polypars May00 noao.digiphot.apphot
.ih
NAME
polypars -- edit the polygonal aperture photometry parameters
.ih
USAGE
polypars
.ih
PARAMETERS
.ls zmag = 25.00
The zero point offset for the magnitude scale.
.le
.ls mkpolygon = no
Draw the polygons on the screen.
.le
.ih
DESCRIPTION
The zero point of the magnitude scale is determined by \fIzmag\fR.
If the \fImkpolygon\fR switch is enabled polygons are marked on the screen.
.ih
EXAMPLES
1. List the polygonal aperture photometry parameters.
.nf
ap> lpar polypars
.fi
2. Edit the polygonal aperture photometry parameters.
.nf
ap> polypars
.fi
3. Edit the POLYPARS parameters from within the POLYPHOT task.
.nf
da> epar polyphot
... edit a few polyphot parameters
... move to the polypars parameter and type :e
... edit the polypars parameters and type :wq
... finish editing the polyphot parameters and type :wq
.fi
4. Save the current POLYPARS parameter set in a text file polynite1.par.
This can also be done from inside a higher level task as in the
above example.
.nf
da> polypars
... edit some parameters
... type ":w polynite1.par" from within epar
.fi
.ih
TIME REQUIREMENTS
.ih
BUGS
.ih
SEE ALSO
polyphot. polymark
.endhelp
|