Документ взят из кэша поисковой машины. Адрес оригинального документа :
http://xmm.vilspa.esa.es/sas/8.0.0/doc/rmfgen/node25.html
Дата изменения: Wed Jul 2 11:17:31 2008
Дата индексирования: Fri Sep 5 18:37:58 2008
Кодировка:
Поисковые слова:
m
8
XMM-Newton Science Analysis System
rmfgen (rmfgen-1.55.1) [xmmsas_20080701_1801-
8
.0.0]
Meta Index
/
Home Page
/
Algorithm
MATRIX
table creation
Go through corrected matrix to find out the following statistics:
The largest number of channel groups in a row
The largest number of channel elements in a row above threshold
Create empty output table header and structure.
Create a linked list (GROUP_LIST) to store groups of contiguous elements
Foreach row in corrected matrix:
Create a linked list corresponding to a single group (GROUP).
Foreach element in row
If element is above threshold, add element to GROUP.
Else push GROUP onto GROUP_LIST, and create a new instance of the GROUP structure for the next group of contiguous elements.
End element loop
Write out GROUP_LIST to output table.
Create a new instance of GROUP_LIST for the next row.
end row loop
XMM-Newton SOC/SSC -- 2008-07-02