Uses of Interface
Localiser.algorithms.locErrors.LocaliserError
Package
Description
-
Uses of LocaliserError in group3dlocaliser.algorithm.toadmcmc
-
Uses of LocaliserError in Localiser.algorithms.genericLocaliser
-
Uses of LocaliserError in Localiser.algorithms.genericLocaliser.leastSquares
-
Uses of LocaliserError in Localiser.algorithms.genericLocaliser.MCMC
-
Uses of LocaliserError in Localiser.algorithms.genericLocaliser.simplex
-
Uses of LocaliserError in Localiser.algorithms.locErrors
Modifier and TypeClassDescriptionclass
A 3D elliptical error.class
Errors are generated from the curvature of a Chi2 surface.class
Simple error class. -
Uses of LocaliserError in Localiser.algorithms.locErrors.json
Modifier and TypeMethodDescriptionEllipseJsonConverter.createError
(String jsonString) abstract LocaliserError
ErrorJsonConverter.createError
(String jsonString) SimpleErrorJsonConverter.createError
(String jsonString) static LocaliserError
LocaliserErrorFactory.getErrorFromJsonString
(String errorString) Take a JSON error string, identify teh correct type and unpack it into a LocaliserError object.Modifier and TypeMethodDescriptionEllipseJsonConverter.getJsonString
(LocaliserError localiserError) abstract String
ErrorJsonConverter.getJsonString
(LocaliserError localiserError) Create a standard xml like string of the error data which can be written to the relational database.SimpleErrorJsonConverter.getJsonString
(LocaliserError localiserError) -
Uses of LocaliserError in Localiser.detectionGroupLocaliser
Modifier and TypeMethodDescriptionGroupLocalisation.getLocError
(int iSide) GroupLocResult.getLocError()
Get thelocalisation error.Modifier and TypeMethodDescriptionvoid
GroupLocResult.setError
(LocaliserError error) Set the localisation error. -
Uses of LocaliserError in PamDetection
Modifier and TypeMethodDescriptionAbstractLocalisation.getLocError
(int side) Get the loclaisation error.