Versions Compared

Key

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

...

  • out_file_bits (default: 0) – control on writting of files:
    • =0 - do not write files,
    • +1 - save the hot_pix_mask_out_file file with current mask array in the endJob(...) method.
    • +2 - save the frac_noisy_evts_file file with current fraction of noisy events array in the endJob(...) method.
    • +4 - save the CSPad signal array for selected events in the file with name like <evt_file_out>-<time stamp>.
    • +8 - save the vector of found peaks in file.
  • print_bits (default: 0) – module verbosity:
    • =0 - print nothing,
    • +1 - input pars,
    • +2 - input mask statistics,
    • +4 - processed statistics for mask evaluation,
    • +8 - output in files,
    • +16 - start/stop to collect data for mask re-evaluation,
    • +32 - event time stamp,
    • +64 - vector of indexes and map of indexes for the median algorithm,
    • +128- vector of found peaks.
    • +256- peak parameters saved in file.

See also Example for Module ImgAlgos::CSPadArrPeakFinder.