Versions Compared

Key

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

...

  • source (default: "DetInfo(:Camera)") – source of data,
  • key_in (default: "") – key for input image,
  • key_out (default: "calibrated") – output key for calibrated image saved in event,
  • fname_peds (default: "") – input file name for pedestals, applied if the file name is specified,
  • fname_bkgd (default: "") – input file name for background, applied if the file name is specified,
  • fname_gain (default: "") – input file name for gain, applied if the file name is specified,
  • fname_mask (default: "") – input file name for mask, applied if the file name is specified,
  • fname_nrms (default: "") – input file name for RMS, applied if the file name is specified,
  • masked_value (default: 0.) – amplitude value (in ADU) substituted for masked pixels,
  • threshold_nrms (default: 3.) – threshold as a number of sigmas from file fname_nrms,
  • threshold (default: 0.) – constant low level threshold in ADU,
  • below_thre_value (default: 0.) – the amplitude substituted in pixels below threshold,
  • do_threshold (default:false) – if true - low level threshold in ADU is applied,
  • bkgd_row_min (default: 0) – the window in image, which is used for background normalization,
  • bkgd_row_max (default: 10) – the window in image, which is used for background normalization,
  • bkgd_col_min (default: 0) – the window in image, which is used for background normalization,
  • bkgd_col_max (default: 10) – the window in image, which is used for background normalization,
  • print_bits (default: 0) – verbosity:
    • =0 - print nothing,
    • +1 - input pars,
    • +2 - time stamp for each event,
    • +4 - detailed info about input files for pedestals, mask, background, and gain.
    • +8 - first 10 elements of the raw image data
    • +16 - first 10 elements of the calibrated image data

The pedestal, background, gain, mask, and N*RMS corrections are applied if associated file name is specified.
The constant low level threshold is applied if do_threshold is true.
Corrections are not applied by default or with empty file names.

...