Uses of Class
org.scictrl.mp.orbitcorrect.utilities.Orbit
Package
Description
-
Uses of Orbit in org.scictrl.mp.orbitcorrect.correction
Modifier and TypeMethodDescriptionOrbitCorrectionOperator.getCurrentOrbit()
Returns orbit as it is currently loaded on Databush, returns immediatelly.OrbitCorrectionOperator.getLastOrbit()
Returns last orbit, which was requested/returned by this operator by callingOrbitCorrectionOperator.getNewOrbit()
orOrbitCorrectionOperator.getCurrentOrbit()
OrbitCorrectionOperator.getNewOrbit()
Returns orbit, which is newer than last returned orbit. -
Uses of Orbit in org.scictrl.mp.orbitcorrect.correction.models
Modifier and TypeMethodDescriptionprotected abstract Correction
AbstractSVDBasedModel.makeCorrection
(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected Correction
AbstractSVDOrbitCorrectionModel.makeCorrection
(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator oc) makeCorrection.protected Correction
Bump3CModel.makeCorrection
(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected Correction
Bump4CModel.makeCorrection
(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected Correction
CorrectorStrengthReductionModel.makeCorrection
(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected Correction
EmpiricOrbitCorrectionModel.makeCorrection
(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator oc) makeCorrection.protected Correction
FrequencyOrbitCorrectionModel.makeCorrection
(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected Correction
ResponseMatrixBumpModel.makeCorrection
(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection. -
Uses of Orbit in org.scictrl.mp.orbitcorrect.utilities
Modifier and TypeMethodDescriptionOrbitMonitor.getAbsoluteOrbit()
getAbsoluteOrbit.OrbitMonitor.getUserOrbit()
getUserOrbit.static final Orbit
OrbitMonitor.loadFromFile
(File file, ElementList<BPMonitor> bpms) loadFromFile.Modifier and TypeMethodDescriptionvoid
OrbitMonitor.setExternalReference
(Orbit ref) Setter for the fieldexternalReference
.