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

« back to all changes in this revision

Viewing changes to prim/help/read_icat.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_icat.hlq     19.1 (ESO-IPG) 02/25/03 14:03:38 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      read_icat.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, READ/ICAT
 
7
%.PURPOSE    On-line help file for the command: READ/ICAT
 
8
%.VERSION    1.0  10-OCT-1988 : Creation, KB
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./ICAT
 
12
\es\co
 
13
READ/ICAT                                           10-OCT-1988  KB
 
14
\oc\su
 
15
READ/ICAT [cat_name] [lowno,hino]
 
16
        read Image Catalog entries
 
17
\us\pu
 
18
Purpose: 
 
19
          Read entries of given Image Catalog.
 
20
\up\sy
 
21
Syntax:
 
22
          READ/ICAT [cat_name] [lowno,hino]
 
23
\ys\pa
 
24
          cat_name = name of Image Catalog;
 
25
\\
 
26
          defaulted to the currently active Image 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/TCAT, READ/FCAT
 
34
\\
 
35
          PRINT/ICAT, CREATE/ICAT, SHOW/ICAT, ADD/ICAT, SUBTRACT/ICAT
 
36
\as\no
 
37
Note:  
 
38
          Images in MIDAS commands may be accessed either by their name or by
 
39
          their entry number in an Image 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/ICAT lolly 10,22
 
47
            Display all entries with entry number in [10,22] of image catalog
 
48
            `lolly.cat'.
 
49
\xe\ex
 
50
          READ/ICAT
 
51
            Display all entries in the currently active image catalog.
 
52
\xe \sxe