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 once per run.
  2. noise mask for pixels, which cross the noise-threshold with frequency exceeding the specified fraction of events.

In the endJob this module saves files (if their names are provided) of image size for:

  1. saturated mask
  2. noise mask,
  3. combined mask,
  4. fraction of noisy events,
  5. fraction of saturated 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_noise (default: "img-mask-noise.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_noise (default: "img-frac-noise.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_noise (default: 010) – noise-threshold( in ADU if the gain correction was not applied to image),
  • frac_noise (default: 0.5) – allowed fraction of noisy 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.

...