Versions Compared

Key

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

Table of Contents

Algorithms of This note describes raw intensity correction algorithms in the method Detector.calib method depends and their variation on detector type, as explained in this note.

det.calib algorithms

.

det.calib algorithms

Generic form of this method is

   arr = det.calib(evt, cmpars=None, mbits=None, **kwargs)

Regular sequence of applied algorithms

  • pedestals subtraction
  • common mode correction depending on cmpars
  • gain correction with gain factors from calib/.../pixel_gain
  • apply mask depending on **kwargs

Mask

for all detectors excluding epix10ka and Jungfrau parameter mbits is deprecated, use **kwargs and algorithms from method mask_v2 from AreaDetector.

Spreadsheet below contains comments on detector specific application

Detector typepedestal subtractioncommon mode correctiongainmaskcomments





LCLS (1)
CSPAD++

*gainmask

det.set_gain_mask_factor(gfactor=6.85)

+

gain map extracted from detector configuration data and applied with gfactor

gainmask is applied before regular gain factor







CSPAD2x2+

shape=(185, 388, 2)

→ (2, 185, 388)



shape is converted before common mode correction in order to apply regular CSPAD algorithm





epix100a+









pnCCD+









Camera+









epix10ka










Jungfrau
Camera























LCLS-II
























References