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

« back to all changes in this revision

Viewing changes to prim/help/zoom_over.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
% @(#)zoom_over.hlq     19.1 (ESO-IPG) 02/25/03 14:03:52 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      zoom_over.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, ZOOM/OVERLAY
 
7
%.PURPOSE    On-line help file for the command: ZOOM/OVERLAY
 
8
%.VERSION    1.0  30-JUN-1991 : Creation, KB
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./OVER
 
12
\es\co
 
13
ZOOM/OVERLAY                                            30-JUN-1991  KB
 
14
\oc\su
 
15
ZOOM/OVERLAY [zoom_fact] [center]
 
16
        zoom image + overlay together
 
17
\us\pu
 
18
Purpose:
 
19
          Zoom image interactively and also the overlay plane.
 
20
\up\sy
 
21
Syntax:  
 
22
          ZOOM/OVERLAY [zoom_factor] [center]
 
23
\ys\pa
 
24
          zoom_fact = integer zoom factor;
 
25
\\
 
26
              if zoom_fact is omitted, zoom the image + overlay on image display
 
27
              according to size of rectangle formed by the two cursors (a);
 
28
\\
 
29
              maximum of the zoom factors in x and y is taken, so that equal
 
30
              magnification in x and y is assured;
 
31
\\
 
32
              this is the default;
 
33
\\
 
34
              if zoom factor is given, zoom the image + overlay with explicit
 
35
              zoom factor in interval [1,8] (b);
 
36
\\
 
37
              if zoom_factor = UP or DOWN (c), zoom up or down continuously:
 
38
\\
 
39
              Every time the ENTER button is pressed on the cursor box, the
 
40
              image + overlay is zoomed with the next higher (lower) zoom
 
41
              factor. Control returns to the terminal when highest (=8) or
 
42
              lowest (=1) zoom factors are reached, or if ENTER is pressed with
 
43
              cursor off.
 
44
\ap\pa
 
45
          center = only for option (b) above: x,y-screen coords. of center pixel
 
46
              for zooming;
 
47
\\
 
48
              if center is omitted, use cursor to choose center of zoom
 
49
\ap\sa
 
50
See also:
 
51
          CLEAR/ZOOM, ZOOM/CHANNEL, CLEAR/OVERLAY
 
52
\as\no
 
53
Note:
 
54
          On workstations with X-Windows the overlay channel/plane is
 
55
          emulated in software. Therefore ZOOM/OVERLAY is not supported
 
56
          on workstations in MIDAS.
 
57
\on\exs
 
58
Examples:
 
59
\ex
 
60
          ZOOM/OVER
 
61
            Modify size of cursor rectangle to determine the zoom factor and 
 
62
            move it over part of image which should remain on display, press 
 
63
            ENTER to magnify image + overlay.
 
64
\xe\ex
 
65
          ZOOM/OVER 4
 
66
            Move cursor to pixel which should remain fixed on display, press
 
67
            ENTER to magnify image + overlay by a factor of 4.
 
68
\xe \sxe