~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to prim/help/createzoom.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
% @(#)createzoom.hlq    19.1 (ESO-IPG) 02/25/03 14:03:12 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      createzoom.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, CREATE/ZOOM
 
7
%.PURPOSE    On-line help file for the command: CREATE/ZOOM
 
8
%.VERSION    1.0  11-JAN-1994 : Creation from createaux_.hlq, KB
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./ZOOM
 
12
\es\co
 
13
CREATE/ZOOM                                       11-JAN-1994  KB
 
14
\oc\su
 
15
CREATE/ZOOM [dspid] [wind_specs] [Xstation]
 
16
        create a zoom window
 
17
\us\pu
 
18
Purpose: 
 
19
          Create a zoom window for an existing display window.
 
20
\up\sub
 
21
Subject:
 
22
          Image Display
 
23
\bus/sy
 
24
Syntax: 
 
25
          CREATE/ZOOM [dspid] [wind_specs] [Xstation]
 
26
\ys\pa
 
27
          dspid = display identification of main window;
 
28
\\
 
29
              defaulted to 0
 
30
\ap\pa
 
31
          wind_spec = xdim,ydim,xoff,yoff of auxiliary window;
 
32
\\
 
33
              defaulted to half of the x- and y- size of main window
 
34
\ap\pa
 
35
          Xstation = name of Xworkstation/Xterminal screen (in X11 syntax)
 
36
             where the auxiliary window should be created;
 
37
\\
 
38
             defaulted to the screen where the main display window is
 
39
\ap\sa
 
40
See also:
 
41
          DELETE/ZOOM, COPY/ZOOM
 
42
\\
 
43
          CREATE/DISPLAY, CREATE/GRAPHICS, VIEW/IMAGE, GET/CURSOR
 
44
\as\no
 
45
Note:  
 
46
          This command is only available on XWindow workstations.
 
47
\\
 
48
          The display window for which we want to create a zoom window
 
49
          must be currently active!
 
50
\on\exs
 
51
Examples:
 
52
\ex
 
53
          CREATE/ZOOM  1 200,200
 
54
            Create a zoom window for the window with display id = 1 and with 
 
55
            size of 200*200 pixels.
 
56
\xe\ex
 
57
          CREATE/ZOOM  1 200,200 lw7:0.0
 
58
            As above, but create the zoom window on screen named lw7:0.0
 
59
\xe\ex
 
60
          CREATE/ZOOM 
 
61
            Create a zoom window for display window with id = 0 with
 
62
            size half of x- and y-size of display window 0.
 
63
\xe\sxe