Versions Compared

Key

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

...

  • source (default: "DetInfo(:Princeton)") – source of data,
  • key (default: "img") – input image key,
  • fname_prefix (default: "my-exp") – output files common prefix,
  • file_type (default: "bin") – output files type: "bin", "txt",
  • add_tstamp (default: true) – add time stamp to the output file names,
  • nfiles_out (default: 8 ) – number of output files (or number of parts to split image), it works tested and works for nfiles_out < 1016,
  • ampl_thr (default: 1 ) – pixel amplitude threshold in image amplitude units,
  • ampl_min (default: 1 ) – default pixel amplitude if it is below ampl_min,
  • print_bits (default: 0 ) – verbosity:
    • =0 - print nothing,
    • +1 - input pars,
    • +2 - event record,
    • +4 - job summary,
    • +8 - details about split and saving,
    • +16 - info about saved files,
    • +32 - the first 10 elements of input data.

See also Example for Module ImgAlgos::ImgVsTimeSplitInFiles.

...