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

« back to all changes in this revision

Viewing changes to prim/help/copy_kk.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_kk.hlq       19.1 (ESO-IPG) 02/25/03 14:03:08 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      copy_kk.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, COPY/KK
 
7
%.PURPOSE    On-line help file for the command: COPY/KK
 
8
%.VERSION    1.0  14-MAR-1987 : Creation, KB
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./KK
 
12
\es\co
 
13
COPY/KK                                         14-MAR-1987   KB
 
14
\oc\su
 
15
COPY/KK source_key dest_key
 
16
        copy keyword to other keyword
 
17
\us\pu
 
18
Purpose:
 
19
          Copy keyword to other keyword (not necessarily of same type).
 
20
\up\sy
 
21
Syntax: 
 
22
          COPY/KD source_key dest_key
 
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_key = specifications of destination keyword
 
29
               specifications of a keyword are: name/type/f_elem/no_elem
 
30
               if only name is given, the keyword must exist and
 
31
               f_elem = 1 and no_elem = all elements
 
32
\ap\sa
 
33
See also:
 
34
          COPY/LSKK, COPY/DK, COPY/KD
 
35
\as\no
 
36
Note: 
 
37
          The destination keyword must exist unless full specification is
 
38
          given. Conversion between different numeric types is done.
 
39
          However, you cannot copy a numeric keyword to a character type one.
 
40
\on\exs
 
41
Examples:
 
42
\ex
 
43
          COPY/KK inputc/c/1/10 out/c/10/10
 
44
            Copy the first 10 characters of keyword INPUTC to keyword
 
45
            OUT, if keyword OUT does not exist yet it is created (the first
 
46
            9 elements will be set to ' ').
 
47
\xe \ex
 
48
          COPY/KK inputi/i/2/2 outputi
 
49
            Copy elements 2 and 3 of keyword INPUTI to first two elements
 
50
            of keyword OUTPUTI.
 
51
\xe \sxe