Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/7.1.0/doc/odfingest/node7.html
Дата изменения: Mon Jul 9 01:53:06 2007 Дата индексирования: Sat Dec 22 11:11:16 2007 Кодировка: Поисковые слова: ic 4603 |
This section lists the names of the housekeeping parameters extracted by odfingest. They are grouped by instrument and type of housekeeping file. For each parameter there are up to five entries:
Example: FILTER_WHEEL_POSITION.
This is the name used in the SOSF. This name should be used with the OAL routines hasIppv, getIppvString, getIppvReal.
Example: string.
String parameters should be retrieved with getIppvString, all numeric parameters should be retrieved with getIppvReal.
Example: E1257.
Most column names match the housekeeping parameter names in the XMM-Newton telemetry data base, but a few don't. Refer to the ODF Interface Control Document for the details [1].
Example: subject to HBRID == 1.
The filter expression is applied to the housekeeping data before the parameter value is read. This expression is used when a simple filter in time is not sufficient to uniquely identify the parameter value. This is in general true for the so-called non periodic housekeeping data. Again, consult [1] for the details.
Example:
FILTER Uint16 [E1317] This parameter is translated as follows: Translator's name: EMOS1 Filter 0 = Closed 247 = CalThin1 267 = Thin1 514 = CalThin2 534 = Thin2 781 = CalMedium 801 = Medium 1047 = CalThick 1067 = Thick 1314 = CalOpen 1334 = Open 1580 = CalClosed
The parameter FILTER is extracted from the housekeeping column E1317. Its value is translated according to a lookup table mapping housekeeping values to strings.