Uses of Class
org.scictrl.mp.orbitcorrect.InconsistentDataException
Package
Description
-
Uses of InconsistentDataException in org.scictrl.mp.orbitcorrect
ModifierConstructorDescriptionDataBushInitializationException
constructor with specified parameter. -
Uses of InconsistentDataException in org.scictrl.mp.orbitcorrect.accessories
-
Uses of InconsistentDataException in org.scictrl.mp.orbitcorrect.correction
Modifier and TypeMethodDescriptionvoid
OrbitCorrectionController.applyCorrection
(OrbitCorrectionOperator op, Correction corr) applyCorrection.void
OrbitCorrectionController.applyUndo
(OrbitCorrectionOperator op) Execute undo operation, if possible.IOrbitCorrectionModel.calculateCorrection
(OrbitCorrectionOperator engine) calculateCorrection.OrbitCorrectionController.calculateCorrection
(OrbitCorrectionOperator op, Orientation ori) calculateCorrection. -
Uses of InconsistentDataException in org.scictrl.mp.orbitcorrect.correction.automatic
Modifier and TypeMethodDescriptionprotected void
TimeBasedAutomaticOC.executeCorectionStep
(Orientation ori, JProgressBar prog, AutomaticOrbitCorrectionOperator operator) executeCorectionStep. -
Uses of InconsistentDataException in org.scictrl.mp.orbitcorrect.correction.models
Modifier and TypeMethodDescriptionprotected void
AbstractSVDBasedModel.addReduction
(ElementList<BPMonitor> monitors, ElementList<AbstractCorrector> correctors, ResponseMatrix responseMatrix, double[] correction) makeCorrection method comment.Bump3CModel.calculateCorrection
(OrbitCorrectionOperator engine) calculateCorrection.CombinedOrbitCorrectionModel.calculateCorrection
(OrbitCorrectionOperator engine) calculateCorrection.CorrectorStrengthReductionModel.calculateCorrection
(OrbitCorrectionOperator engine) calculateCorrection.DefaultOrbitCorrectionModel.calculateCorrection
(OrbitCorrectionOperator engine) calculateCorrection.EmpiricOrbitCorrectionModel.calculateCorrection
(OrbitCorrectionOperator engine) calculateCorrection.FixBPMsOrbitCorrectionModel.calculateCorrection
(OrbitCorrectionOperator engine) calculateCorrection.FrequencyOrbitCorrectionModel.calculateCorrection
(OrbitCorrectionOperator engine) calculateCorrection.ResponseMatrixBumpModel.calculateCorrection
(OrbitCorrectionOperator engine) calculateCorrection.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.protected void
AbstractOCModel.testCorrectors
(ElementList<AbstractCorrector> cor) setCorrectors method comment.protected void
Bump3CModel.testCorrectors
(ElementList<AbstractCorrector> cor) setCorrectors method comment.protected void
Bump4CModel.testCorrectors
(ElementList<AbstractCorrector> cor) setCorrectors method comment.protected void
Bump3CModel.testElements
(ElementList<AbstractCorrector> correctors, DataBush db) testElements.protected void
Bump4CModel.testElements
(ElementList<AbstractCorrector> correctors, DataBush db) testElements.protected void
AbstractOCModel.testMonitors
(ElementList<BPMonitor> monitors) testMonitors. -
Uses of InconsistentDataException in org.scictrl.mp.orbitcorrect.model.optics
Modifier and TypeMethodDescriptionint
CalMagnetList.apply()
This method execute apply methon on owner of this list.int
CorrectorList.apply()
apply.int
DataBush.apply()
Sends values from all DataBush elements to the Control System.int
DataBushHandler.apply()
This method applaies magnets and power supplaies by calling methods_applyMagnets
and_applyPowerSupplies
.int
DataBushHandler.apply
(PowerSupplyList l) This method applies magnets by calling method_applyMagnets
.int
HorCorrectorList.apply()
This method execute apply method on owner of this list.int
MagnetList.apply()
This method execute apply methon on owner of this list.int
OpticsList.apply()
This method execute apply method on owner of this list.int
PowerSupplyList.apply()
This method execute apply method on owner of this list.int
TransferList.apply()
This method execute apply method on owner of this list.int
VerCorrectorList.apply()
This method execute apply method on owner of this list.int
DataBush.applyFast
(ElementList<AbstractDataBushElement> cor) Perform fast apply for elements in list.int
DataBushHandler.applyFast
(ElementList<AbstractDataBushElement> cor) This method applies correctors by calling method_applyFromMagnets
on them.int
BendingList.applyField()
This method execute apply method on owner of this list.double[][]
DataBush.getMachineFunctions
(double[][] dataArray, AbstractOpticalElement oe1, AbstractOpticalElement oe2, int count) Calculates machine functions on specified interval atcount
points.DataBush.getMachineFunctions
(List<Double>[] dataVectors, AbstractOpticalElement oe1, AbstractOpticalElement oe2, int count) Calculates machine functions on specified interval atcount
points.DataBush.transferMatrix
(AbstractOpticalElement first, AbstractOpticalElement last) This method returns first optical element to last.DataBush.transferMatrix
(SimpleData first, SimpleData last) This method returns first optical element to last.int
OpticsList.update()
update. -
Uses of InconsistentDataException in org.scictrl.mp.orbitcorrect.utilities
Modifier and TypeMethodDescriptionvoid
LinearOpticsCalculatorBean.update()
update.void
ClosedOrbitAnalyzerBean.updateBeam()
updateBeam.