Uses of Interface
Localiser.LocaliserModel
Packages that use LocaliserModel
Package
Description
-
Uses of LocaliserModel in annotation.localise.targetmotion
Methods in annotation.localise.targetmotion that return LocaliserModel -
Uses of LocaliserModel in clickDetector.localisation
Classes in clickDetector.localisation that implement LocaliserModelModifier and TypeClassDescriptionclass
A localiser implemented for groups of clicks.class
Fields in clickDetector.localisation with type parameters of type LocaliserModelModifier and TypeFieldDescriptionClickGroupLocaliser.locAlgorithmList
List of possible localiser (do not serialise)GeneralGroupLocaliser.locAlgorithmList
List of possible localiser (do not serialise)Methods in clickDetector.localisation that return LocaliserModelModifier and TypeMethodDescriptionGeneralGroupLocaliser.findLocaliserAlgorithm
(String algorithmName) Find an algorithm by name -
Uses of LocaliserModel in group3dlocaliser.algorithm
Classes in group3dlocaliser.algorithm that implement LocaliserModel -
Uses of LocaliserModel in group3dlocaliser.algorithm.crossedbearing
Classes in group3dlocaliser.algorithm.crossedbearing that implement LocaliserModel -
Uses of LocaliserModel in group3dlocaliser.algorithm.gridsearch
Classes in group3dlocaliser.algorithm.gridsearch that implement LocaliserModelModifier 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
Classes in group3dlocaliser.algorithm.hyperbolic that implement LocaliserModelModifier and TypeClassDescriptionclass
Hyperbolic localisation using methods described in Gillette, M. -
Uses of LocaliserModel in group3dlocaliser.algorithm.toadbase
Classes in group3dlocaliser.algorithm.toadbase that implement LocaliserModel -
Uses of LocaliserModel in group3dlocaliser.algorithm.toadmcmc
Classes in group3dlocaliser.algorithm.toadmcmc that implement LocaliserModel -
Uses of LocaliserModel in group3dlocaliser.algorithm.toadmimplex
Classes in group3dlocaliser.algorithm.toadmimplex that implement LocaliserModelModifier 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
Classes in group3dlocaliser.algorithm.toadsimplex that implement LocaliserModel -
Uses of LocaliserModel in Localiser
Method parameters in Localiser with type arguments of type LocaliserModelModifier and TypeMethodDescriptionvoid
ModelControlPanel.populateModelPanel
(ArrayList<LocaliserModel> loclaiserList) Populate the panel with a list of localisersConstructor parameters in Localiser with type arguments of type LocaliserModel -
Uses of LocaliserModel in Localiser.detectionGroupLocaliser
Classes in Localiser.detectionGroupLocaliser that implement LocaliserModelModifier and TypeClassDescriptionclass
DetectionGroupLocaliser2<T extends SuperDetection>
Localiser which deals with detections in which one or more groups of detections are being localised.Methods in Localiser.detectionGroupLocaliser that return LocaliserModelMethods in Localiser.detectionGroupLocaliser with parameters of type LocaliserModelConstructors in Localiser.detectionGroupLocaliser with parameters of type LocaliserModelModifierConstructorDescriptionGroupLocResult
(LocaliserModel targetMotionModel, LatLong latLong, int side, double chi2) -
Uses of LocaliserModel in targetMotionOld
Subinterfaces of LocaliserModel in targetMotionOldModifier and TypeInterfaceDescriptioninterface
TargetMotionModel<T extends PamDataUnit>
Reinstated Target motion add-in as used by the click detector.Classes in targetMotionOld that implement LocaliserModelModifier and TypeClassDescriptionclass
AbstractTimeDelayLocaliser<T extends PamDataUnit>
Reinstated Target motion add-in as used by the click detector. -
Uses of LocaliserModel in targetMotionOld.algorithms
Classes in targetMotionOld.algorithms that implement LocaliserModelModifier 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>