Package xdp :: Module meansum :: Class IVShiftFunc
[show private | hide private]
[frames | no frames]

Class IVShiftFunc


Private utility class implementing the callback function for findIVShift().
Method Summary
  __init__(self, x, y)
Initialize a new instance of the callback function.
  __call__(self, params, energy)
Implements the callback function for the nonlinear least squared fit.

Method Details

__init__(self, x, y)
(Constructor)

Initialize a new instance of the callback function. 'x' and 'y' are the vectors of the second data set from a call to findIVShift().

__call__(self, params, energy)
(Call operator)

Implements the callback function for the nonlinear least squared fit.

Generated by Epydoc 2.1 on Wed Jul 20 11:51:06 2005 http://epydoc.sf.net