% @(#)projectabl.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:51 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT projectabl.hlq %.AUTHOR JDP, IPG/ESO %.KEYWORDS MIDAS, help files, PROJECTION/TABLE %.PURPOSE On-line help file for the command: PROJECTION/TABLE %.VERSION 1.0 22-MAY-1985 : Creation, JDP %.VERSION 1.1 04-Mar-1991 : New Table Version, FO %---------------------------------------------------------------- \se SECTION./TABL \es\co PROJECTION/TABLE 22-MAY-1985 JDP + FO \oc\su PROJECTION/TABLE intable outable column_selection projection of one or more columns from a table \us\pu Purpose: Project one or more columns of an input table into a new output table. \up\sy Syntax: PROJECTION/TABLE intable outable column_selection \ys\pa intable = name of input table \ap\pa outable = name of (new) output table \ap\pa column_selection = column(s) for which to realize the projection \ap\no Note: none \on\see See also: COPY/TT, COPY/TAB \ees\exs Examples: \ex PROJECTION/TABLE MYTAB OUTAB \#1 The OUTAB table will contain only the first column from MYTAB \xe\ex PROJECTION/TABLE MYTAB OUTAB :X_COORD,Y_COORD OUTAB will contain the columns labelled X_COORD and Y_COORD from MYTAB \xe \sxe