Versions Compared

Key

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

...

TURN OFF common mode correction

  • cmpars=None - use constants from DB

  • cmpars[1] = 0 - OFF

  • both cmpars=None and common_mode constants are missing in DB - common mode correction is OFF

Detector typepedestal subtractioncommon mode correctiongainmaskformulacomments
LCLS-II
epix10ka+

default cmpars=None - search common_mode pars in DB. Correction is OFF if constants missing in DB.

ex. (7,2,100,10)

+-

calib_epix10ka_any(det.raw, evt, cmpars=None, **kwa)

mask defined by **kwa is used in common_mode_correction

see UtilsEpix10ka

epixhr2x2++ the same as epix10ka+-
the same as epix10ka
epix100a+

+

the same as epix10ka

cmpars =

ex.

(7,7,100,10)

+-

calib_epix100(det.raw, evt, cmpars=None, **kwa)

UtilsEpix100

opal+-+-(raw-peds)/gainopal_base
piranha4+-+-(raw-peds)/gainpiranha4_base

...