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

« back to all changes in this revision

Viewing changes to prim/help/add_acat.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
% @(#)add_acat.hlq      19.1 (ESO-IPG) 02/25/03 14:02:55 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      add_icat.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, ADD/ACAT
 
7
%.PURPOSE    On-line help file for the command: ADD/ACAT
 
8
%.VERSION    1.0  03-JUN-1991 : Creation, KB
 
9
%.VERSION    1.1  20-JUN-1991 : Update, KB
 
10
%----------------------------------------------------------------
 
11
\se
 
12
SECTION./ACAT
 
13
\es\co
 
14
ADD/ACAT                                        20-JUN-1991  KB
 
15
\oc\su
 
16
ADD/ACAT [cat_name] frame_list               
 
17
        add entries to an ASCII\ file catalog
 
18
\us\pu
 
19
Purpose: 
 
20
          Add entries to an ASCII file catalog.
 
21
\up\sy
 
22
Syntax:
 
23
          ADD/ACAT [cat_name] frame_list               
 
24
\ys\pa
 
25
          cat_name = name of ASCII file catalog;
 
26
\\
 
27
              defaulted to currently active ASCII file catalog
 
28
\ap\pa
 
29
          frame_list = list of frames to be added,
 
30
\\
 
31
               maybe file specifications, separated by a comma (no spaces!);
 
32
\\
 
33
               or a single catalog name;
 
34
\\
 
35
               or wildcard specifications (e.g. a3*,n*)
 
36
\ap\no
 
37
Note:
 
38
          The different options for the frame_list may not be mixed!
 
39
\on\see
 
40
See also: 
 
41
          SET/ACAT, CREATE/ACAT, CLEAR/ACAT, READ/ACAT, SUBTRACT/ACAT
 
42
\ees\exs
 
43
Examples:
 
44
\ex
 
45
          ADD/ACAT dec88 bar.chart
 
46
          Add an entry for file bar.chart to ASCII catalog dec88.cat
 
47
\xe\ex
 
48
          ADD/ACAT dec88 zap*
 
49
          Add entries for all frames where the names begin with the
 
50
          string "zap" to catalog dec88.cat.
 
51
\xe\ex
 
52
          ADD/ACAT dec88 nov89.cat
 
53
          Add entries for all frames which are in the ASCII catalog nov89.cat.
 
54
\xe \sxe