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 TypeClassDescriptionclassA 3D elliptical error.classErrors are generated from the curvature of a Chi2 surface.classSimple 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 LocaliserErrorErrorJsonConverter.createError(String jsonString) SimpleErrorJsonConverter.createError(String jsonString) static LocaliserErrorLocaliserErrorFactory.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 StringErrorJsonConverter.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 TypeMethodDescriptionvoidGroupLocResult.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.