Versions Compared

Key

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

...

EPIX100A has an option to turn on up to 3 regions for common mode correction, controlled by the bitword parameter #2: 

  • bit#1 - common mode for 352x96-pixel 16 banks,   
  • bit#2 - common mode for 96-pixel rows in 16 banks,   
  • bit#3 - common mode for 352-pixel columns in 16 banks

det.common_mode_apply(run, data_calib6, cmpars=(4,6,30,10))

...

Check for other options of common mode algorithm

cmpars=(4,1,30,10)

bit#1 - common mode for 352x96-pixel 16 banks 

 

cmpars=(4,2,30,10)

 bit#2 - common mode for 96-pixel rows in 16 banks 

cmpars=(4,4,30,10)

 bit#3 - common mode for 352-pixel columns in 16 banks

cmpars=(4,7,30,10)

combination of all three corrections

...