Uses of Class
org.scictrl.mp.orbitcorrect.utilities.Orbit
Packages that use Orbit
Package
Description
- 
Uses of Orbit in org.scictrl.mp.orbitcorrect.correction
Methods in org.scictrl.mp.orbitcorrect.correction that return OrbitModifier 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
Methods in org.scictrl.mp.orbitcorrect.correction.models with parameters of type OrbitModifier and TypeMethodDescriptionprotected abstract CorrectionAbstractSVDBasedModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected CorrectionAbstractSVDOrbitCorrectionModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator oc) makeCorrection.protected CorrectionBump3CModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected CorrectionBump4CModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected CorrectionCorrectorStrengthReductionModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected CorrectionEmpiricOrbitCorrectionModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator oc) makeCorrection.protected CorrectionFrequencyOrbitCorrectionModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection.protected CorrectionResponseMatrixBumpModel.makeCorrection(ElementList<AbstractCorrector> correctors, Orbit orbit, ResponseMatrix responseMatrix, DataBush db, OrbitCorrectionOperator op) makeCorrection. - 
Uses of Orbit in org.scictrl.mp.orbitcorrect.utilities
Methods in org.scictrl.mp.orbitcorrect.utilities that return OrbitModifier and TypeMethodDescriptionOrbitMonitor.getAbsoluteOrbit()getAbsoluteOrbit.OrbitMonitor.getUserOrbit()getUserOrbit.static final OrbitOrbitMonitor.loadFromFile(File file, ElementList<BPMonitor> bpms) loadFromFile.Methods in org.scictrl.mp.orbitcorrect.utilities with parameters of type OrbitModifier and TypeMethodDescriptionvoidOrbitMonitor.setExternalReference(Orbit ref) Setter for the fieldexternalReference.Constructors in org.scictrl.mp.orbitcorrect.utilities with parameters of type Orbit