Versions Compared

Key

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

...

A few minor code changes have been made during work on this project (not-necessary relevant to this project). Until the next release is available, latest version of packages need is recommended to be compiled on the top of release ana-0.14.1 in the local release directory

Code Block
Pkg/Rel   addpkg CalibManager   HEAD
addpkg CorAna         HEAD
addpkg ImgAlgos       HEAD
addpkg PSCalib     TEST   BASE(ana-0.14.1)
TBDHEAD
addpkg pyimgalgos     HEAD

External files

Configuration script expects a few files in the local directory work/; two files with masks and file with a shape of background.

In the local or standard calib/ directory the files for calibration should be available for geometry, pedestals, pixel_status, common_mode etc., whatever is giing going to be used in the modules.

...

  • Peak finder parameters - all parameters in the peak finder are set without optimization. They need to be tuned in two places;
    1.  in the configuration file for two modules ImgAlgos.NDArrDropletFinder(:Arc/:Equ), and
    2.  in the python script in calls of peaks_filter(...) method.
  • ROI for peakfinder is defined by combination of two mechanisms;
    1. mask - ndarray with values 1/0. Pixels masked by "0", are ignored.
    2. a set of rectangular windows on sensors, defined by the parameter windows in module ImgAlgos::NDArrDropletFinder.

...