Versions Compared

Key

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

...

Module ImgAlgos::ImgIntMonCorr

ImgCalib This module is intended for CorAna project.
ImgIntMonCorr gets the image from data, normalizes it on intensity monitor dataand intensity monitor data, evaluate the normalization factor, applies this factor to the image intensity, and saves the corrected image in the event.

Functionality:

  • ImgCalib ImgIntMonCorr uses the source and key_in parameters to get the input image (as ndarray<double,2> object),
  • gets and process the intensity monitors' data in accordance with configuration from file fname_imon_cfg,
  • intensity normalized image is saved in the event with key key_out. The type of output data is the same as the type of input data.

...