Package uk.ac.gda.server.ncd.calibration
Interface BraggCalibrationService
- All Superinterfaces:
Findable,gda.observable.IObservable
- All Known Implementing Classes:
CalibrationScanRunner
-
Method Summary
Modifier and TypeMethodDescriptionintGet the authorisation level required to control the bragg motordoubleThe maximum absolute value of the new interceptgetEdges()voidrunEdgeScans(Collection<CalibrationEdge> edges) voidsetIntercept(double intercept) Set the new intercept valueMethods inherited from interface gda.observable.IObservable
addIObserver, deleteIObserver, deleteIObservers
-
Method Details
-
getEdges
Collection<CalibrationEdge> getEdges() -
runEdgeScans
-
exafsDataPath
String exafsDataPath() -
braggDataPath
String braggDataPath() -
expectedInterceptLimit
double expectedInterceptLimit()The maximum absolute value of the new intercept -
setIntercept
Set the new intercept value- Throws:
DeviceException- if communication with device fails
-
braggProtectionLevel
int braggProtectionLevel()Get the authorisation level required to control the bragg motor
-