! @(#)invent.ctx 17.1.1.1 (ES0-DMD) 01/25/02 17:15:13 !=========================================================================== ! 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 !=========================================================================== ! ! +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ! ! context file inventory.ctx ! A. Kruszewski 881117 Formerly a part of photom.ctx ! 890509, 910104, 920505, 940712 KB ! +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ! ! indicate origin !HELP = contrib ! ! Create the INVENTORY commands ! ! display version of application package WRITE/OUT ***** INVENTORY application package enabled ***** WRITE/OUT "***** Please report errors, bugs or problems to Rein Warmels ******" WRITE/OUT WRITE/OUT commands available: CREATE/COMM ANALYSE/INVENTORY @c invanalys WRITE/OUT "ANALYSE/INVENTORY Calculate object parameters with verify option" CREATE/COMM CLASSIFY/INVENTORY @c invclass WRITE/OUT - "CLASSITY/INVENTORY Classify objects in stars, galaxies, and spurious objects" CREATE/COMM SEARCH/INVENTORY @c invsearch WRITE/OUT "SEARCH/INVENTORY Search for objects and store parameters" CREATE/COMM SET/INVENTORY @c invset WRITE/OUT "SET/INVENTORY Display and modify keywords used by INVENTORY" CREATE/COMM SHOW/INVENTORY @c invshow WRITE/OUT "SHOW/INVENTORY Display values of keywords used by INVENTORY" CREATE/COMM TUTORIAL/INVENTORY @c invdemo WRITE/OUT "TUTORIAL/INVENTORY Run the INVENTORY tutorial" WRITE/OUT ! ! create the INVENTORY keywords ! ! Keyword INV_INTG : 23 integers describing the INVENTORY keywords WRITE/KEYW INV_INTG/I/1/23 0 ALL ! ! DEBUG, ANALITER, TBLWRITE, VERIFY, ISOPHOTR, OUPROFIL, PHYSICAL WRITE/KEYW INV_INTG/I/1/7 1,0,1,1,0,0,0 ! ! HALFEDGE, FIELDVAR, UNITS, PRFLCTRL, IJBORDER/I/1/4 WRITE/KEYW INV_INTG/I/8/8 10,1,1,0,0,0,0,0 ! ! SKYDETER, ITERATE/I/1/2, MARGINS, FULLPSF, UNDRSMPL, BRGTCTRL, NETHEDGE WRITE/KEYW INV_INTG/I/16/8 1,0,20,3,0,0,3,32 ! ! Keyword INV_REAL : 57 reals describing ! the Inventory keywords WRITE/KEYW INV_REAL/R/1/57 0.0 ALL ! ! LHCUT/R/1/2, TRESHOLD, FILTER, CLASSPAR/R/1/3 WRITE/KEYW INV_REAL/R/1/7 0.0,200000.0,30.0,10.0,0.05,-0.1,1.0 ! ! BRGHTLMT, DISTANCE, EXPRTIME, ZEROMAGN, STMETRIC/R/1/2 WRITE/KEYW INV_REAL/R/8/6 15.0,30.0,900.0,21.11,1.5,3.0 ! ! SPROFIL1/R/1/5 WRITE/KEYW INV_REAL/R/14/5 0.15,.25,.3,.3,.3 ! ! SPROFIL2/R/1/5 WRITE/KEYW INV_REAL/R/19/5 0.3,0.28,0.26,0.24,0.2 ! ! SPROFIL3/R/1/5 WRITE/KEYW INV_REAL/R/24/5 0.18,0.16,0.14,0.14,0.14 ! ! SPROFIL4/R/1/5 WRITE/KEYW INV_REAL/R/29/5 0.14,0.14,0.14,0.14,0.14 ! ! SPROFIL5/R/1/5, WRITE/KEYW INV_REAL/R/34/5 0.14,0.14,0.14,0.14,0.14 ! ! CTRLMODE, CVFACTOR, SGFACTOR, PAIRSPRT, MULTDTCT, ELONGLIM WRITE/KEYW INV_REAL/R/39/6 3.0,5.0,2.0,3.0,4.0,0.25 ! ! YFACTOR, DFVALLEY, BRIGHTOB, SKYSAMPL, PRFLCLNG/R/1/3, WRITE/KEYW INV_REAL/R/45/7 0.6,0.02,0.0,1.0,1.0,2.0,3.0 ! ! NEBLIMIT, ETAFUNCT, XYBORDER/R/1/4 WRITE/KEYW INV_REAL/R/52/6 0.0,1.39,0.0,0.0,0.0,0.0 ! ! entry clear ! delete/keyw inv_real delete/keyw inv_intg