stella.util
Interface FocusSpindleFit.PositionModel

All Superinterfaces:
Multidimensional, PrintMultidimensional
All Known Implementing Classes:
FocusSpindleFit.AbstractPosition, FocusSpindleFit.CorkScrew, FocusSpindleFit.Drift
Enclosing class:
FocusSpindleFit

public static interface FocusSpindleFit.PositionModel
extends PrintMultidimensional


Method Summary
 Point2D getModelPoint(double f, VectorG params)
          This is the position as a point object returned by the model.
 
Methods inherited from interface vec_math.PrintMultidimensional
evaluate
 
Methods inherited from interface vec_math.Multidimensional
dimension, evaluate
 

Method Detail

getModelPoint

Point2D getModelPoint(double f,
                      VectorG params)
This is the position as a point object returned by the model. Fitting will be done by minimizing the distance of the measured pixel positions to this model position