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

Overview of the WXM flight software use

The HETE WXM flight software is a collection of programs that run on two microprocessors in the HETE satellite or pizza box (one transputer and one Motorola 56001 DSP), and on UNIX systems on ground. Their purpose is to receive data from the Wide field Xray Monitor (WXM) instrument on the HETE satellite, do scientific data analysis on board, send the data to ground and analyze the data on ground. There is also a simulation program that runs on another DSP in the pizza box. This program generates simulated photons, which are then transmitted vi a real serial link (via the capellini device) to the other DSP.

The programs are (in a kind of "software pipeline ordering"):

Note: read_archive will be replaced by a more elaborate software pipeline, including a program to split the data by time period and by satellite reboots, and a program that does a totally simple data extraction. The current read_archive grew too much and got too fancy.

...


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