Versions Compared

Key

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

...

Examples for Package ImgAlgos

See Package ImgAlgos

Example for Module ImgAlgos::ImgCalib

See Module ImgAlgos::ImgCalib

Code Block

[ImgAlgos.CameraImageProducer] 
source          = DetInfo(:Opal1000)
key_in          = 
key_out         = img
subtract_offset = true
print_bits      = 1

[ImgAlgos.ImgCalib] 
source          = DetInfo(:Opal1000)
key_in          = img
key_out         = calibrated
fname_peds      = <pedestal-file-name>
fname_mask      = <mask-file-name>
fname_bkgd      = 
fname_gain      = 
print_bits      = 31

Example of the mask file and resulting image:
Image AddedImage Added

Example for Module ImgAlgos::ImgPeakFinder

See Module ImgAlgos::ImgPeakFinder

...