~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to contrib/pepsys/lib/esotel.fmt

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
2
!.IDENTIFICATION: ESOTEL.FMT
 
3
!.PURPOSE: Dummy format file for telescope tables for PEPSYS programs
 
4
!.AUTHOR: A. T. Young
 
5
!-------------------------------------------------------------------------------
 
6
!
 
7
!
 
8
! INSTRUCTIONS: Edit a copy of this file, replacing the ?? in each DEFINE/FIELD
 
9
!               statement below by the actual first and last column numbers of
 
10
!               each field in your ascii source file.
 
11
!
 
12
!               Note that the "width" part of a format specification is the
 
13
!               number of columns used in displaying the column with the
 
14
!               READ/TABLE command, NOT the number of columns used in the
 
15
!               original ascii file!  The ascii column numbers must be given
 
16
!               explicitly.
 
17
!
 
18
!
 
19
!               Focus name in ESO archive format:
 
20
!
 
21
DEFINE/FIELD ?? ??  C  A8  :TELESCOP
 
22
!
 
23
!
 
24
!               Diameter in meters:
 
25
!
 
26
DEFINE/FIELD ?? ??  R  F7.3  :DIAM  "meters"
 
27
!
 
28
!
 
29
!               East longitude in degrees:
 
30
!
 
31
DEFINE/FIELD ?? ??  R  s12.6  :LON  "degrees"
 
32
!
 
33
!
 
34
!               Latitude in degrees:
 
35
!
 
36
DEFINE/FIELD ?? ??  R  s11.5  :LAT  "degrees"
 
37
!
 
38
!
 
39
!               Height above sea level in meters:
 
40
!
 
41
DEFINE/FIELD ?? ??  R  F6.0   :HEIGHT   "meters"
 
42
!
 
43
!
 
44
!               Tube type: OPEN or CLOSED
 
45
!
 
46
DEFINE/FIELD ?? ??  C  A8   :TUBETYPE
 
47
!
 
48
!
 
49
!               Tube diameter in meters:
 
50
!
 
51
DEFINE/FIELD ?? ??  R  F8.3   :TUBEDIAM   "meters"
 
52
!
 
53
!
 
54
!               Tube length in meters:
 
55
!
 
56
DEFINE/FIELD ?? ??  R  F7.3   :TUBELEN   "meters"
 
57
!
 
58
!
 
59
!               Dome type: DOME, ROOF, or NONE
 
60
!
 
61
DEFINE/FIELD ?? ??  C  A8   :DOMETYPE
 
62
!
 
63
!
 
64
!               Dome diameter in meters:
 
65
!
 
66
DEFINE/FIELD ?? ??  R  F8.3   :DOMEDIAM   "meters"
 
67
!
 
68
!
 
69
!               Slit width in meters:
 
70
!
 
71
DEFINE/FIELD ?? ??  R  F7.3   :SLITWID   "meters"
 
72
!
 
73
!
 
74
!******************  EXIT statement is REQUIRED !!  *************************
 
75
!
 
76
EXIT