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

« back to all changes in this revision

Viewing changes to prim/help/read_fcat.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
% @(#)read_fcat.hlq     19.1 (ESO-IPG) 02/25/03 14:03:37 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      read_fcat.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, READ/FCAT
 
7
%.PURPOSE    On-line help file for the command: READ/FCAT
 
8
%.VERSION    1.0  10-OCT-1988 : Creation, KB
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./FCAT
 
12
\es\co
 
13
READ/FCAT                                           10-OCT-1988  KB
 
14
\oc\su
 
15
READ/FCAT [cat_name] [lowno,hino]
 
16
        read fit file catalog entries
 
17
\us\pu
 
18
Purpose: 
 
19
          Read entries of given FitFile Catalog.
 
20
\up\sy
 
21
Syntax:
 
22
          READ/FCAT [cat_name] [lowno,hino]
 
23
\ys\pa
 
24
          cat_name = name of FitFile Catalog;
 
25
\\
 
26
              defaulted to the currently active FitFile Catalog
 
27
\ap\pa
 
28
          lowno,hino = first entry no. and last entry no. to be listed;
 
29
\\
 
30
              defaulted to 1,99999
 
31
\ap\sa
 
32
See also:
 
33
          READ/ICAT, READ/TCAT
 
34
\\
 
35
          SET/FCAT, CREATE/FCAT, SHOW/FCAT, ADD/FCAT, SUBTRACT/FCAT
 
36
\as\no
 
37
Note:
 
38
          FitFiles in MIDAS commands may be accessed either by their name or by
 
39
          their entry number in a FitFile Catalog.
 
40
\\
 
41
          For VMS, note, that different versions of a file keep the same entry
 
42
          number, so you will always access the highest version of that file.
 
43
\on\exs
 
44
Examples:
 
45
\ex
 
46
          READ/FCAT LOLLY 10,22
 
47
          Display all entries with entry number in [10,22] of FitFile Catalog
 
48
          lolly.cat .
 
49
\xe\ex
 
50
          READ/FCAT
 
51
          Display all entries in the currently active FitFile Catalog.
 
52
\xe \sxe