Versions Compared

Key

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

...

exp=mfxc00118:run=191:smd
epix10k2M
/reg/d/psdm/mfx/mfxc00118/calib

Images

Image Removed

Access to calibration raw data

from Detector.PyDataAccess import get_epix_config_object, get_epix_data_object

odata = get_epix_data_object(evt, det.source)
crows = odata.calibrationRows()

calibrows shape:(16, 4, 384) size:24576 dtype:uint16 [3169 2982 3159 2822 3093...]

raw shape:(16, 352, 384) size:2162688 dtype:uint16 [3651 3470 3463 3534 3398...]

combine these arrays together for panel images with x20 rows for each calibration row.

Raw data images

Segments of entire detector

Image Added

Segments of quad 0

Segments of quad 1

Segments of quad 2

Segments of quad 3

Issue

  • panels of quad 0 behave as expected
  • panels of quads 1,2,3 - calibration rows for "dark" and "max code" swap data???

...