Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/8.0.0/doc/omdetect/node25.html
Дата изменения: Wed Oct 22 17:31:26 2008
Дата индексирования: Tue Aug 18 14:53:49 2009
Кодировка:

Поисковые слова: п п п п п п п п п п п п п
Point-source Validation Function XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


omdetect (omdetect-5.14.2) [???]

Point-source detection algorithm The detection algorithms Specialised validation functions Home Index

Meta Index / Home Page / Algorithm / The detection algorithms

Point-source Validation Function

omdetect uses several validation functions, and the discussion that follows refers to the one that is used the most frequently.

This function works as follows:

  1. Initialise xCentre to xc + xOffset(l), where xOffset has values from -0.5 to 0.5 in steps of 0.25
  2. Initialise yCentre to yc + yOffset(m), where yOffset has values from -0.5 to 0.5 in steps of 0.25
  3. Initialise xPos to xCentre + rcosTheta(j, i) and yPos to yCentre + rsinTheta(j, i), where rcosTheta and rsinTheta store pre-computed values of the quantities r x cos(theta) and r x sin(theta), for a given radius (r) of the circle and values of theta from 0 to 360.
  4. Compute the value of the image at the point xPos and yPos by bi-linear interrpolation and store the value in the array fcircle.
  5. When all the points round the circle have been computed, compute the mean and variance of these values, and store these values in mean(i) and sigma(i).
  6. If i equals the number of circles, decrement i by 1 and repeat the process for the next circle.
  7. Otherwise, compare the difference between the mean(i) and the mean(i+1) and if this difference is greater than or equal to the quantity nstd $\times$ sqrt(sigma(i) + sigma(i + 1) (where nstd is an input parameter), conclude that there is a valid source centred on xCentre, yCentre, set the function to true and return.
  8. Otherwise try another x/y offset.
  9. If all the offsets have been looped through, set the function to false and return.


Point-source detection algorithm The detection algorithms Specialised validation functions Home Index

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