Uses of Class
org.scictrl.mp.orbitcorrect.utilities.ResponseMatrix
Package
Description
-
Uses of ResponseMatrix in org.scictrl.mp.orbitcorrect.correction
Modifier and TypeMethodDescriptionOrbitCorrectionController.calculateResponseMatrix
(OrbitCorrectionOperator op, Orientation ori) calculateResponseMatrix.OrbitCorrectionOperator.getResponseMatrix
(Orientation ori) Getter for the fieldresponseMatrix
. -
Uses of ResponseMatrix in org.scictrl.mp.orbitcorrect.correction.models
Modifier and TypeMethodDescriptionFrequencyOrbitCorrectionModel.addColumnToResponseMatrix
(ResponseMatrix responseMatrix, ElementList<AbstractCorrector> correctors, ElementList<BPMonitor> monitors, DataBush databush) addColumnToResponseMatrix.EmpiricOrbitCorrectionModel.getCoupledResponseMatrix()
getCoupledResponseMatrix.FrequencyOrbitCorrectionModel.getExternalResponseMatrix()
Getter for the fieldexternalResponseMatrix
.ResponseMatrixBumpModel.getExternalResponseMatrix()
Getter for the fieldexternalResponseMatrix
.EmpiricOrbitCorrectionModel.measureResponseMatrix
(boolean showProgress, ElementList<AbstractCorrector> correctors, ElementList<BPMonitor> monitors, DataBush databush) measureResponseMatrix.Modifier and TypeMethodDescriptionFrequencyOrbitCorrectionModel.addColumnToResponseMatrix
(ResponseMatrix responseMatrix, ElementList<AbstractCorrector> correctors, ElementList<BPMonitor> monitors, DataBush databush) addColumnToResponseMatrix.protected void
AbstractSVDBasedModel.addReduction
(ElementList<BPMonitor> monitors, ElementList<AbstractCorrector> correctors, ResponseMatrix responseMatrix, double[] correction) makeCorrection method comment.protected 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.protected void
AbstractSVDBasedModel.makeSVDInversion
(double[] B, ResponseMatrix responseMatrix, double[] correction, DataBush db) makeSVDInversion.protected void
FrequencyOrbitCorrectionModel.makeSVDInversion
(double[] B, ResponseMatrix responseMatrix, double[] correction, DataBush db) makeSVDInversion.void
FrequencyOrbitCorrectionModel.setExternalResponseMatrix
(ResponseMatrix newExternalResponseMatrix) Setter for the fieldexternalResponseMatrix
.void
ResponseMatrixBumpModel.setExternalResponseMatrix
(ResponseMatrix newExternalResponseMatrix) Setter for the fieldexternalResponseMatrix
. -
Uses of ResponseMatrix in org.scictrl.mp.orbitcorrect.utilities
Modifier and TypeMethodDescriptionstatic final ResponseMatrix
ResponseMatrix.fillWithCloseOrbitCalculation
(ResponseMatrix rm, DataBush dataBush, Orientation orientation) Fills the provided RM with closed-orbit calculated matrix data.submatrix.submatrix.Modifier and TypeMethodDescriptionstatic final ResponseMatrix
ResponseMatrix.fillWithCloseOrbitCalculation
(ResponseMatrix rm, DataBush dataBush, Orientation orientation) Fills the provided RM with closed-orbit calculated matrix data.