1
% @(#)averagcolu.hlq 19.1 (ESO-IPG) 02/25/03 14:02:57
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3
%.COPYRIGHT (c) 1990 European Southern Observatory
6
%.KEYWORDS MIDAS, help files, AVERAGE/COLUMN
7
%.PURPOSE On-line help file for the command: AVERAGE/COLUMN
8
%.VERSION 1.0 09-MAR-1984 : Creation, JDP
9
%.VERSION 1.1 17-APR-1991 : Modification, KB
10
%----------------------------------------------------------------
14
AVERAGE/COLUMN 17-APR-1991 JDP
16
AVERAGE/COLUMN out = in [start,end] [SUM]
20
Average columns in a selected range of the input image. The output is
21
optionally the sum of the columns.
24
AVERAGE/COLUMN out = in [start,end] [SUM]
26
out = resulting 1 dimensional frame
28
in = image to be averaged
30
start = first column, defaulted to the first column of the frame
32
end = last column, defaulted to the last column of the frame
34
SUM = optional parameter to define the output as sum of the columns.
36
By default the output is the average of them.
39
AVERAGE/ROW, TUTORIAL/AVERAGE
42
First and last columns can be specified in pixels or world coords.
46
AVERAGE/COLUMN out = in @1,@10
47
Average the columns of frame in.bdf, store result in out.bdf