Versions Compared

Key

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

...

Code Block
raw = det.raw.raw(evt)
arr = det.raw.calib(evt) # TBD when xtc2 data is available
img = det.raw.image(evt) # calib will be taken by default with available geometry for det.
img = det.raw.image(evt, nda=arr, pix_scale_size_um=args.pscsize, mapmode=args.mapmode) # with non-default parameters for test purpose

Parameter mapmode

Parameter mapmode selects what to do with multiple pixels mapped to the same image bin.

...