% @(#)copy_id.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:24 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT copy_id.hlq %.AUTHOR KB, IPG/ESO %.KEYWORDS MIDAS, help files, COPY/ID %.PURPOSE On-line help file for the command: COPY/ID %.VERSION 1.0 14-MAR-1987 : Creation, KB %.VERSION 1.1 09-APR-1992 : Update, KB %---------------------------------------------------------------- \se SECTION./ID \es\co COPY/ID 09-APR-1992 KB \oc\su COPY/ID source_frame dest_frame dest_desc copy image data to descriptor of destination frame \us\pu Purpose: Copy image data to descriptor of destination frame. \up\sy Syntax: COPY/ID source_frame dest_frame dest_desc \ys\pa source_frame = name of source frame \ap\pa dest_frame = name of destination frame \ap\pa dest_desc = name of destination descriptor \ap\sa See also: COPY/DIMA, COPY/DK, COPY/KD, COPY/DD \as\no Note: The type of the destination frame is defaulted to ".bdf" . \\ If destination descriptor does not exist yet, it is created in the dest_frame. \on\exs Examples: \ex COPY/ID pulpo tiburon imdata/i/1/200 Copy 200 data values of image `pulpo.bdf' to the integer descr. `imdata' of the frame `tiburon.bdf' - if this descriptor does not yet exist, it will be created. \xe \ex COPY/ID pulpo/201/200 tiburon imdata/r/1/200 Copy 200 data values of image `pulpo.bdf' (starting at element 201) to the real descriptor `imdata' of the frame `tiburon.bdf' - if this descriptor does not yet exist, it will be created. \xe \sxe