This file is indexed.

/usr/share/cpl-plugins/xshoo-2.5.2/dic/ESO-VLT-DIC.XSHOO_OS is in cpl-plugin-xshoo 2.5.2+dfsg-1+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
#******************************************************************************
# E.S.O. - VLT project
#
# "@(#) $Id: ESO-VLT-DIC.XSHOO_OS,v 1.1 2010-03-10 13:49:42 amodigli Exp $"
#
# XSHOO_OS dictionary
#
# who       when      what
# --------  --------  ----------------------------------------------
# alongino  01/09/00  created (copied from shodic)
# psantin   05/02/05  X-shooter kw added
# psantin   22/05/08  cleaned
#

#******************************************************************************
#
# This dictionary contains all keywords used by XSHOO OS at runtime
# to execute and understand commands with -function option, such
# as SETUP and STATUS.
#
# IMPORTANT NOTE: The "Value Format" entry defines the precision of
#                 the keyword value, following the ANSI-C printf
#                 rules. Specially for float or double numbers,
#                 roundings are possible and affects all commands,
#                 in particular SETUP and STATUS.
#                 In order to avoid undesired roundings, the
#                 appropriate precision must be defined in this field.
#
#******************************************************************************

#
# Notes
# 1) The letters within () indicate the Class that keyword belongs to:
#    c = config
#    h = header
#    l = conf-log
#    p = private
#    s = setup
#    o = ops-log
#

Dictionary Name:   ESO-VLT-DIC.XSHOO_OS
Scope:             XSHOO
Source:            ESO VLT
Version Control:   @(#) $Id: ESO-VLT-DIC.XSHOO_OS,v 1.1 2010-03-10 13:49:42 amodigli Exp $
Revision:          $Revision: 1.1 $
Date:              2008-10-22
Status:            Development
Description:       Template Instrument OS keywords

# Max. comment length ---------------------|
#                                          V
# -----------------------------------------+------------------
# General


Parameter Name:    OCS SYNC
Class:             header|ops-log|setup
Context:           Instrument
Type:              logical
Value Format:      %c
Unit:              
Comment Format:    Synchronous exposures flag
Description:       Synchronous exposures flag

Parameter Name:    SEQ NEXPO UVB
Class:             ops-log|setup
Context:           Instrument
Type:              integer
Value Format:      %d
Unit:              
Comment Format:    No. of exposures for UVB arm
Description:       No. of exposures for UVB arm

Parameter Name:    SEQ NEXPO VIS
Class:             ops-log|setup
Context:           Instrument
Type:              integer
Value Format:      %d
Unit:              
Comment Format:    No. of exposures for VIS arm
Description:       No. of exposures for VIS arm

Parameter Name:    SEQ NEXPO NIR
Class:             ops-log|setup
Context:           Instrument
Type:              integer
Value Format:      %d
Unit:              
Comment Format:    No. of exposures for NIR arm
Description:       No. of exposures for NIR arm

Parameter Name:    SEQ CAL MODE
Class:             setup
Context:           Instrument
Type:              string
Value Format:      %s
Unit:              
Comment Format:    keyword: Calibration mode (SLIT/IFU)
Description:       keyword: Calibration mode (SLIT/IFU)

Parameter Name:    SEQ AGSNAPSHOT
Class:             setup
Context:           Instrument
Type:              logical
Value Format:      %c
Unit:              
Comment Format:    take a snapshot with A&G sub-system (T/F)
Description:       take a snapshot with A&G sub-system (T/F)

Parameter Name:    SEQ NOFFSET
Class:             ops-log|setup
Context:           Instrument
Type:              integer
Value Format:      %d
Unit:              
Comment Format:    No. of offsets
Description:       No. of offsets

Parameter Name:    SEQ OFFSET COORDS
Class:             setup
Context:           Instrument
Type:              string
Value Format:      %s
Unit:              
Comment Format:    Type of offset : X/RA - Y/DEC (DETECTOR/SKY)
Description:       Type of offset : X/RA - Y/DEC (DETECTOR/SKY)

Parameter Name:    SEQ RELOFF1
Class:             setup
Context:           Instrument
Type:              double
Value Format:      %f
Unit:              
Comment Format:    List of X/RA offsets
Description:       List of X/RA offsets

Parameter Name:    SEQ RELOFF2
Class:             setup
Context:           Instrument
Type:              double
Value Format:      %f
Unit:              
Comment Format:    List of Y/DEC offsets
Description:       List of Y/DEC offsets

Parameter Name:    SEQ RELOFF RA
Class:             header|setup
Context:           Instrument
Type:              double
Value Format:      %f
Unit:              
Comment Format:    List of RA offsets
Description:       List of RA offsets

Parameter Name:    SEQ RELOFF DEC
Class:             header|setup
Context:           Instrument
Type:              double
Value Format:      %f
Unit:              
Comment Format:    List of DEC offsets
Description:       List of DEC offsets

Parameter Name:    SEQ OBS TYPE
Class:             header|setup
Context:           Instrument
Type:              string
Value Format:      %s
Unit:              
Comment Format:    List of observation types (Object, Sky)
Description:       List of observation types (Object, Sky)

Parameter Name:    SEQ CUMOFF RA
Class:             header
Context:           Instrument
Type:              double
Value Format:      %f
Unit:              
Comment Format:    Cumulative RA offset
Description:       Cumulative RA offset

Parameter Name:    SEQ CUMOFF DEC
Class:             header
Context:           Instrument
Type:              double
Value Format:      %f
Unit:              
Comment Format:    Cumulative DEC offset
Description:       Cumulative DEC offset

Parameter Name:    SEQ FIXOFF RA
Class:             header|setup
Context:           Instrument
Type:              double
Value Format:      %f
Unit:              
Comment Format:    RA offset
Description:       RA offset

Parameter Name:    SEQ FIXOFF DEC
Class:             header|setup
Context:           Instrument
Type:              double
Value Format:      %f
Unit:              
Comment Format:    offset
Description:       offset

Parameter Name:    SEQ NCYCLES
Class:             header|setup
Context:           Instrument
Type:              integer
Value Format:      %d
Unit:              
Comment Format:    No. of cycles to observe (OS = 1 cycle)
Description:       No. of cycles to observe (OS = 1 cycle)

Parameter Name:    SEQ NOD THROW
Class:             header|setup
Context:           Instrument
Type:              double
Value Format:      %f
Unit:              
Comment Format:    Nodding throw length in arcsec
Description:       Nodding throw length in arcsec

Parameter Name:    SEQ JITTER WIDTH
Class:             header|setup
Context:           Instrument
Type:              double
Value Format:      %f
Unit:              
Comment Format:    Width of the Jitter box (arcsec)
Description:       Width of the Jitter box (arcsec)

Parameter Name:    SEQ OFFSET ZERO
Class:             setup
Context:           Instrument
Type:              logical
Value Format:      %c
Unit:              
Comment Format:    Flag: return to zero offset position
Description:       Flag: return to zero offset position

Parameter Name:    SEQ AFC WSIZE
Class:             setup
Context:           Instrument
Type:              double
Value Format:      %f
Unit:              
Comment Format:    window size for clip cross-correlation
Description:       window size for clip cross-correlation

Parameter Name:    SEQ AFC MAXD
Class:             setup
Context:           Instrument
Type:              double
Value Format:      %f
Unit:              
Comment Format:    max distance for clip cross-correlation
Description:       max distance for clip cross-correlation

Parameter Name:    SEQ AFC CORRECT
Class:             setup
Context:           Instrument
Type:              logical
Value Format:      %c
Unit:              
Comment Format:    AFC correction flag (T/F)
Description:       AFC correction flag (T/F)

Parameter Name:    SEQ AFC CORRTIME
Class:             header
Context:           Instrument
Type:              string
Value Format:      %s
Unit:              
Comment Format:    AFC correction time (HH:MM:SS)
Description:       AFC correction time (HH:MM:SS)

Parameter Name:    SEQ ARM
Class:             header
Context:           Instrument
Type:              string
Value Format:      %3s
Unit:              
Comment Format:    Instrument Arm
Description:       Instrument Arm

# --- oOo ---