Versions Compared

Key

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

...

/reg/g/psdm/detector/gains/epix10k/2018-06-04-Camera1/

Control bits table

  configasicPixelConfigArrayData
IndexGain modetrbitbit4bit3bit14
0FL_Lx100
1FM_M0111
2FH_H1111
3AML_L0000
4AML_M0001
5

AHL_L

1000
6AHL_H1001

...

corrected = (raw - offset)/gain

Algorithm

  • per event make <uint8 control bit array>
  • convert to <array of indexes> using <control bits table>
  • generate <array of gains> and <array of offsets>
  • apply correction using formula

References

 

...