Package targetMotionOld.algorithms
Class AbstractTargetMotionModel<T extends PamDataUnit>
java.lang.Object
targetMotionOld.algorithms.AbstractTargetMotionModel<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
LocaliserModel<T>
,TargetMotionModel<T>
- Direct Known Subclasses:
AbstractTimeDelayLocaliser
,LeastSquaresNew
,Simplex2DNew
public abstract class AbstractTargetMotionModel<T extends PamDataUnit>
extends Object
implements TargetMotionModel<T>
Reinstated Target motion add-in as used by the click detector. Hope one day still to replace this
with Jamie's new one, but keep this one until Jamie's is working.
- Author:
- Doug Gillespie
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface Localiser.LocaliserModel
getAlgorithmSettingsPane, getLocContents, getName, getToolTipText, hasParams, notifyModelProgress, runModel
-
Constructor Details
-
AbstractTargetMotionModel
public AbstractTargetMotionModel()
-
-
Method Details
-
getPlotSymbol
- Specified by:
getPlotSymbol
in interfaceTargetMotionModel<T extends PamDataUnit>
-