% @(#)copy_ki.hlq 1.1 (ESO-IPG) 11/16/92 15:28:12 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT copy_dk.hlq %.AUTHOR KB, IPG/ESO %.KEYWORDS MIDAS, help files, COPY/KI %.PURPOSE On-line help file for the command: COPY/KI %.VERSION 1.0 16-NOV-1992 : Creation, KB %---------------------------------------------------------------- \se SECTION./KI \es\co COPY/KI 16-NOV-1992 KB \oc\su COPY/KI source_key dest_frame copy keyword to new frame \us\pu Purpose: Copy keyword to new frame. \up\sy Syntax: COPY/KI source_key dest_frame \ys\pa source_key = specfication of numerical source kewyord and no. of elements \ap\pa dest_frame = name of destination frame, will be created by MIDAS \ap\sa See also: COPY/KT, COPY/KD, COPY/KEYWORD \as\no Note: The type of the destination frame is defaulted to ".bdf" . \\ The no. of pixels in `dest_frame' will be determined from `source_key', the data values will be converted to "real" data type. \on\exs Examples: \ex COPY/KI inputi/i/1/10 perro Create image frame `perro.bdf' with 10 pixels and copy the first 10 elements of integer keyword INPUTI to it. \xe \ex COPY/KI outputd gato.ima Create image frame `gato.ima' with 20 pixels (the size of double precision keyword OUTPUTD) and copy all elements of OUPUTD to it. \xe \sxe