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

« back to all changes in this revision

Viewing changes to prim/help/overplcol.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
% @(#)overplcol.hlq     19.1 (ESO-IPG) 02/25/03 14:03:32
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      overplcol.hlq
 
5
%.AUTHOR     RHW, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, OVERPLOT/ROW
 
7
%.PURPOSE    On-line help file for the command: OVERPLOT/ROW
 
8
%.VERSION    870609 RHW Creation, RHW
 
9
%.VERSION    910313 RHW Improvements acc. to Verification Form
 
10
%.VERSION    910904 RHW New file overplcol.hlq for overplot/column command
 
11
%---------------------------------------------------------------------
 
12
\se
 
13
SECTION./COL
 
14
\es\co
 
15
OVERPLOT/COLUMN                                                04-SEP-1991  RHW
 
16
\oc\su
 
17
OVERPLOT/COLUMN frame [x-coord] [y_start,y_end] [offset] [l_type]
 
18
        overplot a column of a frame on a graphic device
 
19
\us\pu
 
20
Purpose:    
 
21
            Overplot a column of a frame on a graphic device
 
22
\up\sub
 
23
Subject:    
 
24
            Graphics, frames
 
25
\bus\sy
 
26
Syntax:     
 
27
            OVERPLOT/COLUMN frame [x_coord] [y_sta,y_end] [offset] [l_type] 
 
28
\ys\pa
 
29
            frame       = image file name
 
30
\ap\pa
 
31
            x_coord     = column number or world coordinate in the frame;
 
32
                          default the first column.
 
33
\ap\pa
 
34
            y_sta,y_end = can be: (a) first and last pixel coordinate;
 
35
                          (b) start, end in world coordinates on the column.
 
36
                          Default is either the manual setting done by the
 
37
                          command SET/PLOT (if present), or the whole column.
 
38
\ap\pa
 
39
            offset      = offset in pixel intensity units; default 0.0
 
40
\ap\pa
 
41
            l_type      = line type to be used; default is the currently
 
42
                          enabled line type (use SHOW/PLOT).
 
43
\ap\no
 
44
Note:       
 
45
            none
 
46
\on\see
 
47
See also:   
 
48
            SET/PLOT, SHOW/PLOT, PLOT/COLUMN, PLOT/ROW, OVERPLOT/ROW
 
49
\ees\exs
 
50
Examples:
 
51
\ex
 
52
            OVERPLOT/COLUMN myframe @256 @10,@100 100
 
53
            This command overplots from image myframe.bdf column 256, pixels 10 
 
54
            to 100 with an offset of 100 units.
 
55
\xe \sxe