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


backscale (backscale-1.6) [xmmsas_20230412_1735-21.0.0]


Algorithm

Create a grid which encompasses the source region
with 
   grid_element_Width = 20 * badpixelresolution

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 -- 2023-04-16