Versions Compared

Key

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

...

  • source (default: "CxiDs1.0:Cspad.0") – source of data,
  • key (default: "Image2D") – input image key,
  • eventSave (default: 0) – event number to save the CSPad image file,
  • saveAll (default: false) – save or not all selected events,
  • ftype (default: "txt") – output file format; currently implemented formats txt, bin, png, tiff
  • fname (default: "img") – prefix of the output file name. Entire file name
    is formed as <cspad_image_ev><timestamp>.<ftype>.
  • print_bits(default: 0) – verbosity:
    • =0 - print nothing,
    • +1 - input pars,
    • +2 - info about saved files.
Note

Saving in PNG currently works for uint8_t and uint16_t formats only...

See also Example for Module ImgAlgos::ImgSaveInFile.

Module ImgAlgos::ImgVsTimeSplitInFiles

...