Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/8.0.0/doc/omdetect/node27.html
Дата изменения: Wed Oct 22 17:31:26 2008
Дата индексирования: Tue Aug 18 14:53:50 2009
Кодировка:
Extended-source detection Algorithm XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


omdetect (omdetect-5.14.2) [???]

Specialised validation functions The detection algorithms Extended-source Validation Function Home Index

Meta Index / Home Page / Algorithm / The detection algorithms

Extended-source detection Algorithm

This algorithm is designed to pick up sources that have either extents much greater than that of the points-spread function or any other sources that were not picked up by the point-source detection algorithm.

The subroutine is called with the following parameters:

The algorithm works as follows:

  1. Initialise number to nPSoures to 1 - will identify pixels that may be part of a source

  2. Initialise nPixel to 0
  3. Loop through all the pixels, ignoring any where the corresponding pixel in the elevelimage is not zero, or if the image pixel value is either null or less than equal to zero, or if the value is greater than maxHeight.

  4. Determine the minimum required pixel value necessary for the pixel to be considered as part of a source by calling the HeightFunction function. If the pixel value is at least this minimum value then set the elevelImage pixel value to number, increment nPixel by 1 and proceed to the next pixel.

  5. Create an array of pixel structures, of size equal to nPixel. Each pixel structure contains the following entries:

  6. For each elevelImage pixel which has been asigned a value of number, fill out the values of its pixel structure.

  7. Loop through the array of pixel structures and identify groups of connected pixels (ie a pixel is connected to another pixel if any of their sides or corners are touching).

  8. For each new group found


Specialised validation functions The detection algorithms Extended-source Validation Function Home Index

XMM-Newton SOC/SSC -- 2008-10-22