Versions Compared

Key

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

Table of Contents

Based on e-mail exchange between Mikhail, Gabriel, Jack, Faisal, Philip.

For composite detectors see EPIX10KA2M and EPIX10KAQUAD

Table of Contents

Pictures from Gabriel's presentation

...

  • sensor regular pixel size 100x100 µm²,
  •  shown on plot gap pixels 100x250100x225 µm² and four central pixels 250x250225x225 µm². 
  • See plot for composite detectors in EPIX10KA2M and EPIX10KAQUAD

...

Code Block
titleGain and offset Mean and RMS
collapsetrue
          Gain             Offset
          Mean   RMS       Mean   RMS
-------------------------------------------------------
FL-L      1.28   0.06         0     ?
FM-M     42.43   2.00      2331   150
FH-H    128.49   6.17      2354   151
AML-L     1.26   0.06      2115   164
AML-M    42.52   1.92      2334   150
AHL-L     1.29   0.06      2119   190
AHL-H   128.72   6.03      2358   151
-------------------------------------------------------

...

Control bits table

Code Block
titlecbits - pixel control bit array
collapsetrue
    #--------------------------------
    #   data bit 14 is moved here 1/0 for H,M/L
    #  / trbit  1/0 for H/M
    # V / bit3  1/0 for F/A
    #  V / bit2 1/0 for H,M/L
    #   V / M  mask
    #    V / T  test       gain range index
    #     V /             /  in calib files
    #      V             V 
    # x111xx =28 -  FH_H 0 
    # x011xx =12 -  FM_M 1 
    # xx10xx = 8 -  FL_L 2
    # 0100xx =16 - AHL_H 3
    # 0000xx = 0 - AML_M 4
    # 1100xx =48 - AHL_L 5
    # 1000xx =32 - AML_L 6
    # 1101xx =49 - AHL_FL 7
    # 1001xx =33 - AML_FL 8
    #--------------------------------

...