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

« back to all changes in this revision

Viewing changes to prim/help/copy_ki.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_ki.hlq       1.1 (ESO-IPG) 11/16/92 15:28:12 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      copy_dk.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, COPY/KI
 
7
%.PURPOSE    On-line help file for the command: COPY/KI
 
8
%.VERSION    1.0  16-NOV-1992 : Creation, KB
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./KI
 
12
\es\co
 
13
COPY/KI                                         16-NOV-1992  KB
 
14
\oc\su
 
15
COPY/KI source_key dest_frame 
 
16
        copy keyword to new frame
 
17
\us\pu
 
18
Purpose:
 
19
          Copy keyword to new frame.
 
20
\up\sy
 
21
Syntax: 
 
22
          COPY/KI source_key dest_frame 
 
23
\ys\pa
 
24
          source_key = specfication of numerical source kewyord and no. of
 
25
                 elements
 
26
\ap\pa
 
27
          dest_frame = name of destination frame, will be created by MIDAS
 
28
\ap\sa
 
29
See also:
 
30
          COPY/KT, COPY/KD, COPY/KEYWORD
 
31
\as\no
 
32
Note: 
 
33
          The type of the destination frame is defaulted to ".bdf" .
 
34
\\
 
35
          The no. of pixels in `dest_frame' will be determined from
 
36
          `source_key', the data values will be converted to "real" data type.
 
37
\on\exs
 
38
Examples:
 
39
\ex
 
40
          COPY/KI inputi/i/1/10 perro 
 
41
            Create image frame `perro.bdf' with 10 pixels and copy the first
 
42
            10 elements of integer keyword INPUTI to it.
 
43
\xe \ex
 
44
          COPY/KI outputd gato.ima
 
45
            Create image frame `gato.ima' with 20 pixels (the size of double
 
46
            precision keyword OUTPUTD) and copy all elements of OUPUTD to it.
 
47
\xe \sxe