ncempy.algo

The ncempy.algo module contains the algorithms used for the various image processing, data evaluating and simulating tasks. These are to be reused for different evaluations and are therefore written in a general way. The evaluation targeting a certain problem is supposed to go in ncempy.eval and import all the necessary algorithms from ncempy.algo.

Module Description
ncempy.algo.distortion module Treat distortion in diffraction patterns.
ncempy.algo.local_max module Find local maxima in an image.
ncempy.algo.math module Flexible fit function construction.
ncempy.algo.radial_profile module Calculate azimuthally averaged radial profiles of images.