You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Data

Detector/app/epix10ka_calib_components -t102 -S 


*** parser.parse_args: Namespace(amax=None, amin=None, cframe=0, detname='epix10k2M', events=3, evskip=0, expname='mfxc00118', grindex=None, loglev='INFO', run=191, saveimg=True, segindex=None, stepnum=None, tname='102')

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

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

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???

References





  • No labels