This page is for the obsolete CIAO 4.17 release. Please see the
CIAO home page for the latest release.
Bugs: hrc_process_events
Table of Contents
Caveats
Caveats
dsHPEEVENTSEQERR -- WARNING: Out of sequence events discovered in hrc_evt1.fits.
# hrc_process_events (CIAO): The following error occurred 2482 times:
dsHPEEVENTSEQERR -- WARNING: Out of sequence events discovered in hrc_evt1.fits.
There are occasional events that appear in the telemetry
stream with time tags that make them seem to have
occurred out-of-sequence. One special case where this
occurs has been documented (see the
Out-of-sequence
HRC Time Tags memo); other occurrences are
most likely to be caused by hiccups in the HRC or by
double-bit errors in telemetry (single-bit errors are
corrected).
This warning may be ignored in most cases, as long as the
number of events flagged as out-of-sequence is a small
fraction of the total number of events in the file. For
example:
unix% dmlist hrc_evt1.fits counts
798768
and
>>> 2482 * 100 / 798768
0.3107285219237626
Since there are 798768 events in the file, the 2482 that
were flagged as out-of-sequence make up just 0.31% of the
total events.
WARNING: can't find a proper degap value for this raw coord. in hrc_evt1.fits.
# hrc_process_events (CIAO): The following error occurred 224 times:
WARNING: can't find a proper degap value for this raw coord. in hrc_evt1.fits.
The warning means that the new degap lookup table does
not have a matched value for the given raw coordinate
which most likely is out of the boundary. Events with
such warning will be indicated as bad in the output
status column.
This warning may be ignored in most cases, as long as the
number of events flagged as out-of-sequence is a small
fraction of the total number of events in the file. For
example:
unix% dmlist hrc_evt1.fits counts
798768
and
>>> 224 * 100 / 798768
0.02804318650722112
Since there are 798768 events in the file, the 224 that
were flagged as out-of-sequence make up just 0.03% of the
total events.