XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


backscale (backscale-1.4.2) [xmmsas_20141104_1833-14.0.0]

Output Files Home Page Comments Home Index

Meta Index / Home Page


Algorithm

Create a grid which encompasses the source region

if (source region half-width < 2 arcmins) {
   grid_element_Width = 10
}
else {
   grid_element_Width = 20
}

area=0
Loop over each grid element
{
   if (element lies within a CCD) {
      area = area + grid_element_Width * grid_element_Width
   }
}
Loop over each bad pixel
{
   if (bad pixel lies within source region) {
      area = area - bad_pixel_area_in_detector_pixels
   }
}



XMM-Newton SOC/SSC -- 2014-11-04