! @(#)do.ctx 17.1.1.1 (ES0-DMD) 01/25/02 17:49:57 !=========================================================================== ! Copyright (C) 1995 European Southern Observatory (ESO) ! ! This program is free software; you can redistribute it and/or ! modify it under the terms of the GNU General Public License as ! published by the Free Software Foundation; either version 2 of ! the License, or (at your option) any later version. ! ! This program is distributed in the hope that it will be useful, ! but WITHOUT ANY WARRANTY; without even the implied warranty of ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! GNU General Public License for more details. ! ! You should have received a copy of the GNU General Public ! License along with this program; if not, write to the Free ! Software Foundation, Inc., 675 Massachusetss Ave, Cambridge, ! MA 02139, USA. ! ! Corresponding concerning ESO-MIDAS should be addressed as follows: ! Internet e-mail: midas@eso.org ! Postal address: European Southern Observatory ! Data Management Division ! Karl-Schwarzschild-Strasse 2 ! D 85748 Garching bei Muenchen ! GERMANY !=========================================================================== ! !+++++++++++++++++++++++++++++++++++++++++++++++++++++++ ! !.COPYRIGHT (C) 1991 European Southern Observatory !.IDENT do.ctx !.AUTHOR Michele Peron, ESO - Garching !.KEYWORDS Data Organizer !.PURPOSE Context file of data organizer package !.VERSION 1.0 Creation 6-MAY-1993 MP ! !------------------------------------------------------- ! indicate origin of context !HELP = stdred ! WRITE/OUT ************* Context DO version 1.0 enabled ******************* WRITE/OUT CREA/COM CREATE/OST @s tbscan CREA/COM CREATE/CRULE @s crearules CREA/COM CLASSIFY/IMAGE @s aprules CREA/COM GROUP/ROW @s tbgroup CREA/COM ASSOCIATE/IMAGE @s assoima CREA/COM TUTORIAL/DO @s dodemo ! WRITE/OUT The following commands are available: WRITE/OUT "CREATE/OST create an Observation Summary Table (OST) from a set of" WRITE/OUT " FITS files or MIDAS images (.bdf)" WRITE/OUT "CREATE/CRULE create classification rules for an OST" WRITE/OUT "CLASSIFY/IMA apply a given rule to a OST" WRITE/OUT "ASSOCIATE/IMA associate suitable calibrations frames to a scientific" WRITE/OUT " exposure" WRITE/OUT "GROUP/ROW group the rows of a table by the value of one of its" WRITE/OUT " column" WRITE/OUT "TUTO/DO demonstrates the DO commands"