Uses of Interface
Localiser.LocaliserModel
Package
Description
-
Uses of LocaliserModel in annotation.localise.targetmotion
-
Uses of LocaliserModel in clickDetector.localisation
Modifier and TypeClassDescriptionclass
A localiser implemented for groups of clicks.class
Modifier and TypeFieldDescriptionClickGroupLocaliser.locAlgorithmList
List of possible localiser (do not serialise)GeneralGroupLocaliser.locAlgorithmList
List of possible localiser (do not serialise)Modifier and TypeMethodDescriptionGeneralGroupLocaliser.findLocaliserAlgorithm
(String algorithmName) Find an algorithm by name -
Uses of LocaliserModel in group3dlocaliser.algorithm
-
Uses of LocaliserModel in group3dlocaliser.algorithm.crossedbearing
-
Uses of LocaliserModel in group3dlocaliser.algorithm.gridsearch
Modifier and TypeClassDescriptionclass
Grid search using Matched field Processing Not completed - will take far too long and need too much memory to process at resolution required for NNHF clicks.class
-
Uses of LocaliserModel in group3dlocaliser.algorithm.hyperbolic
Modifier and TypeClassDescriptionclass
Hyperbolic localisation using methods described in Gillette, M. -
Uses of LocaliserModel in group3dlocaliser.algorithm.toadbase
-
Uses of LocaliserModel in group3dlocaliser.algorithm.toadmcmc
-
Uses of LocaliserModel in group3dlocaliser.algorithm.toadmimplex
Modifier and TypeClassDescriptionclass
The Mimplex localiser is similar to MCMC but it localises multiple possible combinations using fast algorithms then uses MCMC to localiser the final combination. -
Uses of LocaliserModel in group3dlocaliser.algorithm.toadsimplex
-
Uses of LocaliserModel in Localiser
Modifier and TypeMethodDescriptionvoid
ModelControlPanel.populateModelPanel
(ArrayList<LocaliserModel> loclaiserList) Populate the panel with a list of localisers -
Uses of LocaliserModel in Localiser.detectionGroupLocaliser
Modifier and TypeClassDescriptionclass
DetectionGroupLocaliser2<T extends SuperDetection>
Localiser which deals with detections in which one or more groups of detections are being localised.ModifierConstructorDescriptionGroupLocResult
(LocaliserModel targetMotionModel, LatLong latLong, int side, double chi2) -
Uses of LocaliserModel in targetMotionOld
Modifier and TypeInterfaceDescriptioninterface
TargetMotionModel<T extends PamDataUnit>
Reinstated Target motion add-in as used by the click detector.Modifier and TypeClassDescriptionclass
AbstractTimeDelayLocaliser<T extends PamDataUnit>
Reinstated Target motion add-in as used by the click detector. -
Uses of LocaliserModel in targetMotionOld.algorithms
Modifier and TypeClassDescriptionclass
AbstractTargetMotionModel<T extends PamDataUnit>
Reinstated Target motion add-in as used by the click detector.class
LeastSquaresNew<T extends GroupDetection>
Implmentation of the least squares locaiser.class
Simplex2DNew<T extends GroupDetection>
class
Simplex3DNew<T extends GroupDetection>