Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

rows and columns are one dimensional set of pixels limited by the shape of bank.

  • jungfrau panel shape=(512,1024) consists of 2x4=8 ASICs (512,512), each ASIC contains 4 banks of , bank shape=(256,64) 
  • epix10ka panel shape=(352,384) consists of 2x2=4 ASICs (176,192), each ASIC contains 4 banks of , bank shape=(176,48) 
  • common mode correction is applied to pixels in high gain mode only for jungfrau and H or M modes (fixed or auto-switching) only for epix10ka panels, respectively.
  • common mode is evaluated for good pixels only (marked by 1 in mask).
  • mask is combined of 2 sources (if available)
    • det.calib(..., mbits=1,...) which is used in det.mask_comb(..., mbits=1,...). Parameter mbits controls mask of many sources, including pixel_status, borders, un-bond pixels, and user-defined pixel_mask.
    • det.calib(..., mask=None,...) user specified mask shaped as det.raw

...