~ubuntu-branches/ubuntu/wily/eso-midas/wily-proposed

« back to all changes in this revision

Viewing changes to prim/help/averagcolu.hlq

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% @(#)averagcolu.hlq    19.1 (ESO-IPG) 02/25/03 14:02:57 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      averagcolu.hlq
 
5
%.AUTHOR     JDP, IPG/ESO
 
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
%----------------------------------------------------------------
 
11
\se
 
12
SECTION./COLU
 
13
\es\co
 
14
AVERAGE/COLUMN                                          17-APR-1991 JDP
 
15
\oc\su
 
16
AVERAGE/COLUMN  out = in [start,end] [SUM]
 
17
        average image columns
 
18
\us\pu
 
19
Purpose: 
 
20
          Average columns in a selected range of the input image. The output is
 
21
          optionally the sum of the columns.
 
22
\up\sy
 
23
Syntax:
 
24
          AVERAGE/COLUMN  out = in [start,end] [SUM]
 
25
\ys\pa
 
26
          out = resulting 1 dimensional frame
 
27
\ap\pa
 
28
          in = image to be averaged
 
29
\ap\pa
 
30
          start = first column, defaulted to the first column of the frame
 
31
\ap\pa
 
32
          end = last column, defaulted to the last column of the frame
 
33
\ap\pa
 
34
          SUM = optional parameter to define the output as sum of the columns.
 
35
\\
 
36
                By default the output is the average of them.
 
37
\ap\sa
 
38
See also: 
 
39
          AVERAGE/ROW, TUTORIAL/AVERAGE
 
40
\as\no
 
41
Note:  
 
42
          First and last columns can be specified in pixels or world coords.
 
43
\on\exs
 
44
Examples:
 
45
\ex
 
46
          AVERAGE/COLUMN out = in @1,@10
 
47
          Average the columns of frame in.bdf, store result in out.bdf
 
48
\xe \sxe