% @(#)copy_ti.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:26 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT copy_ti.hlq %.AUTHOR JDP, IPG/ESO %.KEYWORDS MIDAS, help files, COPY/TI %.PURPOSE On-line help file for the command: COPY/TI %.VERSION 1.0 02-JUNE-1986 : Creation, JDP %---------------------------------------------------------------- \se SECTION./TI \es\co COPY/TI 02-JUNE-1986 JDP \oc\su COPY/TI intable outimage copy table into image \us\pu Purpose: Creates a new image file from the input table. The command produces a 2D image with NPIX(1) equals to the number of rows and NPIX(2) equals to the number of columns in the table. The columns in the table have to be of the same type, REAL*4 in the current version. The null elements in the table will be set in the image to the "null value" defined by the keyword NULL. \up\sy Syntax: COPY/TI intable outimage \ys\pa intable = the input table \ap\pa outimage = the output image \ap\no Note: If SELECT/TABLE was used before to select a subtable from the input table, the new output image will have NPIX(1) equal to the number of selected rows. \on\sa See also: COPY/IT \as\exs Examples: \ex COPY/TI intable outimage Creates from input table an output image with NPIX(1) equal to the number of rows and NPIX(2) equal to the number of columns \xe \sxe