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

« back to all changes in this revision

Viewing changes to prim/help/blink_chan.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
% @(#)blink_chan.hlq    19.1 (ESO-IPG) 02/25/03 14:02:58 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      blink_chan.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, BLINK/CHANNEL
 
7
%.PURPOSE    On-line help file for the command: BLINK/CHANNEL
 
8
%.VERSION    1.0  03-MAY-1990 : Creation, KB
 
9
%.VERSION    1.1  07-JAN-1992 : Update, KB
 
10
%.VERSION    1.2  30-JUN-1994 : Update, KB
 
11
%----------------------------------------------------------------
 
12
\se
 
13
SECTION./CHAN
 
14
\es\co
 
15
BLINK/CHANNEL                                           06-DEC-1996  KB
 
16
\oc\su
 
17
BLINK/CHANNEL [cha1,cha2,..] [intval] [area_option]
 
18
        blink between Image Display channels
 
19
\us\pu
 
20
Purpose:
 
21
          Blink between Image Display channels.
 
22
\up\sy
 
23
Syntax:
 
24
          BLINK/CHANNEL [cha1,cha2,..] [intval] [area_option]
 
25
\ys\pa
 
26
          cha1,cha2,.. = string with at least 2 channels and up to the last
 
27
               channel no. of the display;
 
28
\\
 
29
               defaulted to 0,1
 
30
\ap\pa
 
31
          intval = time in seconds to wait before switching from one
 
32
               channel to the next;
 
33
\\
 
34
               defaulted to 0.1 (= 1/10 second)
 
35
\ap\pa
 
36
          area_option = option for blinking area, if set to CURSOR the
 
37
               sub-window of the display where to blink is chosen via the
 
38
               cursor rectangle;
 
39
\\
 
40
               otherwise the whole display window is used for blinking;
 
41
\\
 
42
               this is the default
 
43
\ap\sa
 
44
See also:
 
45
          DISPLAY/CHANNEL, [ImageDisplay]
 
46
\as\no
 
47
Note: 
 
48
          To terminate the blinking, place the mouse in the display window
 
49
          and press the Exit button.
 
50
\\
 
51
          If you enter 0.0 as delay, blinking is done continuously.
 
52
\on\exs
 
53
Examples:
 
54
\ex
 
55
          BLINK/CHANNEL
 
56
            Blink between channel 0 and channel 1 with a delay of 0.1 sec.
 
57
\xe\ex
 
58
          BLINK/CHANNEL 2,1,3 0.2
 
59
            Blink between channel 2, 1 and 3 with a delay of 0.2 sec.
 
60
\xe\ex
 
61
          BLINK/CHAN 0,1,2,3,4,5,6 0.2 cursor
 
62
            Use the cursor rectangle to choose a subwindow (with channel 0
 
63
            displayed) and display that sub-window of channel 0, 1, 2, 3, 4, 5
 
64
            and 6 with a delay of 0.2 sec.
 
65
\\
 
66
            This assumes that you created the display with 7 memories...
 
67
\xe \sxe