1
% @(#)copy_kd.hlq 19.1 (ESO-IPG) 02/25/03 14:03:07
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3
%.COPYRIGHT (c) 1990 European Southern Observatory
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
%----------------------------------------------------------------
13
COPY/KD 14-MAR-1987 KB
15
COPY/KD source_key dest_frame dest_desc
16
copy keyword to descriptor of destination frame
19
Copy keyword to descriptor of destination frame.
22
COPY/KD source_key dest_frame dest_desc
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
28
dest_frame = name of destination frame
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
36
COPY/LSKD, COPY/DK, COPY/DD, COPY/KK
39
The type of the destination frame is defaulted to ".bdf" .
41
If destination descriptor does not exist yet, it is created in
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).