Versions Compared

Key

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

...

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

Raw data images

...

  • epix10ka_calib_components -e mfxc00118 -d epix10k2M -r191 -N3 -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')

...

Images before and after standard common mode correction

  • Detector/app/epix10ka_calib_components -t7 -S        - raw data with subtracted pedestals.                                    # raw - pedestals
  • Detector/app/epix10ka_calib_components -t9 --amin -2 --amax 2 -S # det.calib(evt, cmpars=(7,7,10,10))

Two plots abve show that common mode effect is seen and can be eliminated with standard algorithm for common mode correction. This algorithm does not work well in the central part of the detector where more than 50% of pixels have signal.

...

Raw data with subtracted pedestals for segments 0-3. Calibration rows show the difference between event calibrow and its average over 1000 events of the same run.

  • Detector/app/epix10ka_calib_components -t103 -i0 -S
  • Detector/app/epix10ka_calib_components -t103 -i1 -S
  • Detector/app/epix10ka_calib_components -t103 -i2 -S
  • Detector/app/epix10ka_calib_components -t103 -i3 -S

...

Scatter plots show correlation between calibrow and segment row pixel intensities.

  • epix10ka_calib_components -t103 -i1 --icrow 0 -S       # # left plot is a superposition of segment rows 0:176 vs calibrow 0
  • epix10ka_calib_components -t103 -i1 --icrow 1 -S      # right plot is a superposition of segment rows 176:352 vs calibrow 1

...

  • data sample shows common mode effect, which can be handled by standard cm correction, except overpopulated central region.
  • in "raw - pedestal" type of images calibration rows do not reproduce common behavior in ASIC's.
  • quad 0 looks good - does not show significant difference between banks - hard to judge about calibrows mapping, it might be wrong mapping yet.
  • scatter plots do not show correlation either
  • Q: configuration parameters of calibrows - gain mode, what exactly do they show?

...