!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ !.IDENTIFICATION: ESOTEL.FMT !.PURPOSE: Dummy format file for telescope tables for PEPSYS programs !.AUTHOR: A. T. Young !------------------------------------------------------------------------------- ! ! ! INSTRUCTIONS: Edit a copy of this file, replacing the ?? in each DEFINE/FIELD ! statement below by the actual first and last column numbers of ! each field in your ascii source file. ! ! Note that the "width" part of a format specification is the ! number of columns used in displaying the column with the ! READ/TABLE command, NOT the number of columns used in the ! original ascii file! The ascii column numbers must be given ! explicitly. ! ! ! Focus name in ESO archive format: ! DEFINE/FIELD ?? ?? C A8 :TELESCOP ! ! ! Diameter in meters: ! DEFINE/FIELD ?? ?? R F7.3 :DIAM "meters" ! ! ! East longitude in degrees: ! DEFINE/FIELD ?? ?? R s12.6 :LON "degrees" ! ! ! Latitude in degrees: ! DEFINE/FIELD ?? ?? R s11.5 :LAT "degrees" ! ! ! Height above sea level in meters: ! DEFINE/FIELD ?? ?? R F6.0 :HEIGHT "meters" ! ! ! Tube type: OPEN or CLOSED ! DEFINE/FIELD ?? ?? C A8 :TUBETYPE ! ! ! Tube diameter in meters: ! DEFINE/FIELD ?? ?? R F8.3 :TUBEDIAM "meters" ! ! ! Tube length in meters: ! DEFINE/FIELD ?? ?? R F7.3 :TUBELEN "meters" ! ! ! Dome type: DOME, ROOF, or NONE ! DEFINE/FIELD ?? ?? C A8 :DOMETYPE ! ! ! Dome diameter in meters: ! DEFINE/FIELD ?? ?? R F8.3 :DOMEDIAM "meters" ! ! ! Slit width in meters: ! DEFINE/FIELD ?? ?? R F7.3 :SLITWID "meters" ! ! !****************** EXIT statement is REQUIRED !! ************************* ! EXIT