blob: a34e412c425b0852ff083b64cc676ee26b56053c (
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
|
.help qhistogram Aug01 noao.imred.quadred
.ih
NAME
qhistogram -- Compute and print histogram for multi-amp data
.ih
USAGE
qhistogram images
.ih
PARAMETERS
.ls images
List of image names in \fBquadformat\fR.
.le
.ls window = "datasec" (datasec|trimsec|biassec)
Type of section to use for histogram. The choices are "datasec" for the
amplifier section which includes the bias if any is present, "trimsec" for
the trim section, and "biassec" for the bias section.
.le
The remaining parameters come from the \fBimhistogram\fR task.
.ih
DESCRIPTION
This script tasks uses the \fBquadsections\fR task to break the
\fBquadformat\fR data into separate sections and runs the \fBimhistogram\fR
task on the sections. The graphics is collected onto a single page.
.ih
EXAMPLES
1. To graph the histograms (default behavior).
.nf
qu> qhist quad0072
[graph appears]
.fi
.ih
SEE ALSO
quadformat, quadsections, imhistogram
.endhelp
|