Go to the first, previous, next, last section, table of contents.

Triggering

Overview of HETE triggering

A simple prototype triggering algorithm (a classic gamma ray burst trigger) has been implemented for some time in the transputer software. It works in simple cases, but it is not flexible and requires a very high threshold so as not to detect a lot of false triggers.

In this section I will ramble toward describing the design of the complete triggering algorithm, designed by Ed Fenimore and Mark Galassi.

Triggering works on the WXM and FREGATE time history data. The time histories from the two instruments are synchronized and treated as a single data set with 8 energy bands. We expect to find most of the triggers in the gamma ray data for two reasons: gamma ray bursts are stronger in that regime, and there are fewer other variations in the gamma ray background.

The triggering algorithm must satisfy the following requirements:

To take a bottom-up view, what software infrastructure should be available to allow these requirements to be satisfied? Here are some random thoughts on things that would be useful:

Specific trigger algorithms

There are basically two different algorithms, and each one should be invoked with several different parameters.

[I will assume that we are using a period of 20ms in sampling the time histories. All specific time periods that follow need to be revised, and especially need to be revised if we change this 20ms period.]

Long burst triggers

The long burst trigger algorithm is launched several times with different time windows Tw, ranging from

Short burst triggers

The short burst ...

Trigger message formats

This section documents the format of the messages sent by the triggering process to other processes that do things.


Go to the first, previous, next, last section, table of contents.