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

« back to all changes in this revision

Viewing changes to prim/help/playbafile.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
% @(#)playbafile.hlq    19.1 (ESO-IPG) 02/25/03 14:03:34 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      playbafile.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, PLAYBACK/FILE
 
7
%.PURPOSE    On-line help file for the command: PLAYBACK/FILE
 
8
%.VERSION    1.0  02-AUG-1985 : Creation, KB
 
9
%.VERSION    1.1  02-OCT-1991 : Update, KB
 
10
%.VERSION    1.2  23-DEC-1993 : Add qualifier FILE, KB
 
11
%----------------------------------------------------------------
 
12
\noqualifier
 
13
\se
 
14
SECTION./FILE
 
15
\es\co
 
16
PLAYBACK/FILE                                           23-DEC-1993  KB
 
17
\oc\su
 
18
PLAYBACK/FILE name
 
19
        playback MIDAS commands from an ASCII file
 
20
\us\pu
 
21
Purpose:
 
22
          Playback MIDAS commands from an ASCII file.
 
23
\up\sy
 
24
Syntax: 
 
25
          PLAYBACK/FILE name
 
26
\ys\pa
 
27
          name = name of ASCII file containing MIDAS commands;
 
28
\\
 
29
               file type ".log" is appended, if no file type explicitely given
 
30
\ap\sa
 
31
See also:
 
32
          PLAYBACK/LOGFILE
 
33
\as\no
 
34
Note:  
 
35
          PLAYBACK/FILE can be only entered interactively!
 
36
\\
 
37
          Nesting of playback files is not possible (i.e. you cannot playback
 
38
          a file which contains itself the command PLAYBACK).
 
39
\\
 
40
          Do not mix up the command PLAYBACK/FILE with @, @@:
 
41
\\
 
42
          PLAYBACK/FILE reads a file line by line and feeds them to MIDAS just
 
43
          like terminal input. That's why a playback file can only contain
 
44
          interactive MIDAS commands, no commands like IF or GOTO are possible.
 
45
\on\exs
 
46
Examples:
 
47
\ex
 
48
          PLAYBACK/FILE MID_WORK:myfile.dat
 
49
            Feed the lines contained in the ASCII file `myfile.dat' located
 
50
            in MID_WORK as input to MIDAS.
 
51
\xe \sxe