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

« back to all changes in this revision

Viewing changes to prim/help/copy_lsdk.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
% @(#)copy_lsdk.hlq     19.1 (ESO-IPG) 02/25/03 14:03:08 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      copy_lsdk.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, COPY/LSDK
 
7
%.PURPOSE    On-line help file for the command: COPY/LSDK
 
8
%.VERSION    1.0  16-JAN-1992 : Creation, KB
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./LSDK
 
12
\es\co
 
13
COPY/LSDK                                       16-JAN-1992  KB
 
14
\oc\su
 
15
COPY/LSDK list source_frame 
 
16
        copy list of descriptors of source frame to keywords 
 
17
\us\pu
 
18
Purpose:   
 
19
           Copy descriptors of source frame to keywords; the source descriptors
 
20
           and destination keywords are stored in an ASCII file.
 
21
\up\sy
 
22
Syntax:    
 
23
           COPY/LSDK list source_frame 
 
24
\ys\pa
 
25
           list = ASCII file containing a list of source descriptors and
 
26
                  corresponding destination keywords
 
27
\ap\pa
 
28
           source_frame = name of frame with the source descriptors
 
29
\ap\no
 
30
Note:      
 
31
           Each record of the ASCII list contains a source descriptor spec.
 
32
           and, separated by at least one blank, a destination keyword spec.
 
33
\\
 
34
           Descriptors and keywords are specified in exactly the same the way
 
35
           as in the command COPY/DK.
 
36
\\
 
37
           The destination keywords must already exist.
 
38
\on\sa
 
39
See also:
 
40
           COPY/DK, COPY/KD, COPY/LSKD
 
41
\as\exs
 
42
Examples:
 
43
\ex
 
44
           COPY/LSDK tecate.dat bohemia
 
45
           Copy the contents of the descriptors of bohemia.bdf which are
 
46
           stored in tecate.dat to the keywords specified in the same records
 
47
           of tecate.dat.
 
48
\\
 
49
           The records of tecate.dat would look like:
 
50
\\
 
51
           o_time/d/1/8  inputd/d/2/8
 
52
\\
 
53
           ident/c/10/8  in_a/c/1/8
 
54
\\
 
55
           . . .
 
56
\xe \sxe