Uses of Interface
Localiser.algorithms.locErrors.LocaliserError
Packages that use LocaliserError
Package
Description
-
Uses of LocaliserError in group3dlocaliser.algorithm.toadmcmc
Classes in group3dlocaliser.algorithm.toadmcmc that implement LocaliserError -
Uses of LocaliserError in Localiser.algorithms.genericLocaliser
Methods in Localiser.algorithms.genericLocaliser that return LocaliserError -
Uses of LocaliserError in Localiser.algorithms.genericLocaliser.leastSquares
Methods in Localiser.algorithms.genericLocaliser.leastSquares that return LocaliserError -
Uses of LocaliserError in Localiser.algorithms.genericLocaliser.MCMC
Methods in Localiser.algorithms.genericLocaliser.MCMC that return LocaliserError -
Uses of LocaliserError in Localiser.algorithms.genericLocaliser.simplex
Methods in Localiser.algorithms.genericLocaliser.simplex that return LocaliserError -
Uses of LocaliserError in Localiser.algorithms.locErrors
Classes in Localiser.algorithms.locErrors that implement LocaliserErrorModifier 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
Methods in Localiser.algorithms.locErrors.json that return LocaliserErrorModifier 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.Methods in Localiser.algorithms.locErrors.json with parameters of type LocaliserErrorModifier 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
Methods in Localiser.detectionGroupLocaliser that return LocaliserErrorModifier and TypeMethodDescriptionGroupLocalisation.getLocError
(int iSide) GroupLocResult.getLocError()
Get thelocalisation error.Methods in Localiser.detectionGroupLocaliser with parameters of type LocaliserErrorModifier and TypeMethodDescriptionvoid
GroupLocResult.setError
(LocaliserError error) Set the localisation error. -
Uses of LocaliserError in PamDetection
Methods in PamDetection that return LocaliserErrorModifier and TypeMethodDescriptionAbstractLocalisation.getLocError
(int side) Get the loclaisation error.