Class StepAutomaticOC

java.lang.Object
org.scictrl.mp.orbitcorrect.correction.automatic.AbstractAutomaticOCModel
org.scictrl.mp.orbitcorrect.correction.automatic.StepAutomaticOC
All Implemented Interfaces:
IAutomaticOCModel, IConfigurable

public class StepAutomaticOC extends AbstractAutomaticOCModel

Step based automation model. Does predefined steps of selected correction method.

Author:
igor@scictrl.com
  • Field Details

    • AOC_MIN_CORRECTOR

      public static final String AOC_MIN_CORRECTOR
      Constant AOC_MIN_CORRECTOR="aoc.minCorrector"
      See Also:
    • minCorrectorChange

      protected double minCorrectorChange
      If calculated corrector changes in mrad are lower than this, then correction is skipped and goes into relaxation.
  • Constructor Details

    • StepAutomaticOC

      public StepAutomaticOC()
      TimeBasedAutomaticOC constructor comment.
  • Method Details