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

« back to all changes in this revision

Viewing changes to prim/help/copy_kd.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_kd.hlq       19.1 (ESO-IPG) 02/25/03 14:03:07 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      copy_dk.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, COPY/DK
 
7
%.PURPOSE    On-line help file for the command: COPY/DK
 
8
%.VERSION    1.0  14-MAR-1987 : Creation, KB
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./KD
 
12
\es\co
 
13
COPY/KD                                         14-MAR-1987   KB
 
14
\oc\su
 
15
COPY/KD source_key dest_frame dest_desc
 
16
        copy keyword to descriptor of destination frame
 
17
\us\pu
 
18
Purpose:
 
19
          Copy keyword to descriptor of destination frame.
 
20
\up\sy
 
21
Syntax: 
 
22
          COPY/KD source_key dest_frame dest_desc
 
23
\ys\pa
 
24
          source_key = specifications of source kewyord;
 
25
               specifications of a keyword are: name/type/f_elem/no_elem
 
26
               if only name is given, f_elem = 1 and no_elem = all elements
 
27
\ap\pa
 
28
          dest_frame = name of destination frame
 
29
\ap\pa
 
30
          dest_desc = specifications of destination descriptor
 
31
               specifications of a descriptor are: name/type/f_elem/no_elem
 
32
               if only name is given, the descriptor must exist and
 
33
               f_elem = 1 and no_elem = all elements
 
34
\ap\sa
 
35
See also:
 
36
          COPY/LSKD, COPY/DK, COPY/DD, COPY/KK
 
37
\as\no
 
38
Note: 
 
39
          The type of the destination frame is defaulted to ".bdf" .
 
40
\\
 
41
          If destination descriptor does not exist yet, it is created in
 
42
          the dest_frame.
 
43
\on\exs
 
44
Examples:
 
45
\ex
 
46
          COPY/KD inputc/c/1/10 tiburon ident/c/10/10 
 
47
          Will copy the first 10 characters of keyword INPUTC to descriptor
 
48
          IDENT of frame `tiburon.bdf' (starting at the 10th element).
 
49
\xe \sxe