Versions Compared

Key

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

...

  1. saturated mask for pixels, which had an intensity above the saturation-threshold at least in a single event per runwith frequency grater than specified fraction of events.
  2. noise mask for pixels, which intensity exceeds the noise-threshold with frequency grater than specified fraction of events.

...

  • source (default: "DetInfo(:Opal1000")) – input source of data,
  • key (default: "") – key for input data, for example, it might be "calibrated",
  • file_satu (default: "img-mask-satu.dat") – out file with saturated mask,
  • file_noisenois (default: "img-mask-noisenois.dat") – out file with noise mask,
  • file_comb (default: "img-mask-comb.dat") – out file with combined mask,
  • file_frac_satu (default: "img-frac-satu.dat") – out file with sfraction of aturated events,
  • file_frac_noisenois (default: "img-frac-noisenois.dat") – out file with fraction of noisy events,
  • thre_satu (default: 1000000) – saturation-threshold (in ADU if the gain correction was not applied to image),
  • thre_noisenois (default: 10) – noise-threshold( in ADU if the gain correction was not applied to image),
  • frac_noisenois (default: 0.5) – allowed fraction of noisy events,
  • frac_satu (default: 0) – allowed fraction of saturated events,
  • print_bits (default: 0) – module verbosity:
    • =0 - print nothing,
    • +1 - input pars,
    • +2 - event record,
    • +4 - beginning of 3 stages,
    • +8 - processed statistics at the end of each stage,
    • +16 - output in files.

...