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


omdetect (omdetect-5.14.2) [???]

The detection algorithms The detection algorithms Point-source Validation Function Home Index

Meta Index / Home Page / Algorithm / The detection algorithms

Point-source detection algorithm

This algorithm is designed to locate sources that have a shape roughly resembling the point-spread function. In the following binx refers to the image binning factor (1 for an unbinned, 2 for a binned image, respectively). Occasionally such a source may be extended.

  1. Initialise a boolean mask image, having the size as the image, to false.
  2. Initialise an integer 16 image, having the same size as the image, to zero (the source-number image).
  3. Initialise the number of detected sources (npsources) to zero.

  4. Where a quality array pixel is not zero, set the corresponding mask image pixel to true

  5. Loop through all the pixels in the image, ignoring those where the mask image pixel is true and those where the source-number pixel is not zero.

  6. Sort the list of pixels into decreasing order based on pixel value.

  7. Loop through the list of pixels

  8. For each pixel call the specified point-source validation function to see if the pixel might be part of a valid point-source

  9. If the validation function returns true

  10. If there are still more pixels to check got
  11. If any sources have been classified as extended, transfer them from the point-source linked list to the extended-source linked list. Also transfer their source-number pixels to the extended-source number image. Renumber the point-sources.


The detection algorithms The detection algorithms Point-source Validation Function Home Index

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