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,
  • fname_bkgd (default: "") – input file name for background,
  • fname_gain (default: "") – input file name for gain,
  • fname_mask (default: "") – input file name for mask,
  • masked_value (default: 0) – amplitude value (in ADU) substituted for masked pixels,
  • threshold (default: -123456) – threshold; if the default value is not changed - threshold is not applied,
  • below_thre_value (default: 0) – the amplitude substituted in pixels below threshold,
  • 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.

...

  • source (default: "DetInfo()") – input source of data,
  • inkey (default: " " ) – key for input data, by default use raw data,
  • outkey (default: "rad_corrected" ) – output key for further image processing,
  • xcenter (default: 850) – x coordinate of the image center,
  • ycenter (default: 850) – y coordinate of the image center,
  • rmin (default: 10) – radius minimal image is not processed for r<rmin,
  • rmax (default:1000) – radius maximal image is not processed for r>rmax,
  • n_phi_bins (default: 12) – number of angular sectors for the background averaging.,
  • event (default: 0) – test event for print/save,
  • print_bits (default: 0) – module verbosity:
    • =0 - print nothing,
    • +1 - input pars,
    • +2 - summary,
    • +4 - event ID,
    • +8 - info about input image type (ndarray<double,2> or Image2D<double>).

...

  • source (default: "DetInfo(:Cspad)") – source of data,
  • key (default: "Image2D") – key for input image data,
  • threshold (default: 10) – minimal threshold on pixel amplitude,
  • numPixMin (default: 100) – minimal number of pixels with amplitude above the threshold,
  • filterIsOn (default: true) – On/Off the filter,
  • xmin (default: 0) – minimal column number,
  • xmax (default: 100000) – maximal column number,
  • ymin (default: 0) – minimal row number,
  • ymax (default: 100000) – maximal row number,
  • print_bits (default: 0) – verbosity:
    • =0 - print nothing,
    • +1 - input pars,
    • +2 - summary,
    • +4 - per event number of pixels above the threshold,
    • +8 - the same as previous, but for each 100's event,
    • +16 - event ID.

...