Package targetMotionOld
Class AbstractTimeDelayLocaliser<T extends PamDataUnit>
java.lang.Object
targetMotionOld.algorithms.AbstractTargetMotionModel<T>
targetMotionOld.AbstractTimeDelayLocaliser<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
LocaliserModel<T>
,TargetMotionModel<T>
public abstract class AbstractTimeDelayLocaliser<T extends PamDataUnit>
extends AbstractTargetMotionModel<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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getEventInfo
(SuperDetection pamDetection) Get info for the event attached to the pamDetectionvoid
setEventRotator
(SuperDetection pamDetection) Methods inherited from class targetMotionOld.algorithms.AbstractTargetMotionModel
getPlotSymbol
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
-
Field Details
-
eventRotator
-
-
Constructor Details
-
AbstractTimeDelayLocaliser
public AbstractTimeDelayLocaliser()
-
-
Method Details
-
getEventInfo
Get info for the event attached to the pamDetection- Parameters:
pamDetection
-
-
setEventRotator
-