Enum Class FocalPlaneState

java.lang.Object
java.lang.Enum<FocalPlaneState>
org.lsst.ccs.subsystem.focalplane.states.FocalPlaneState
All Implemented Interfaces:
Serializable, Comparable<FocalPlaneState>, java.lang.constant.Constable

public enum FocalPlaneState extends Enum<FocalPlaneState>
Set of states for the focal plane. These states are documented in LSE-71 and sent to the OCS.
Author:
tonyj
  • Enum Constant Details

    • NEEDS_CLEAR

      public static final FocalPlaneState NEEDS_CLEAR
      Needs a clear before any images can be taken
    • CLEARING

      public static final FocalPlaneState CLEARING
      In the process of clearing the CCDs
    • INTEGRATING

      public static final FocalPlaneState INTEGRATING
      Integrating
    • READING_OUT

      public static final FocalPlaneState READING_OUT
      Reading out
    • QUIESCENT

      public static final FocalPlaneState QUIESCENT
      IDLE, but ready to take an image without a clear
    • ROW_SHIFT

      public static final FocalPlaneState ROW_SHIFT
      Performing a row shift operation
    • IMAGE_WAIT

      public static final FocalPlaneState IMAGE_WAIT
      Readout finished, but waiting for 2-day store
  • Method Details

    • values

      public static FocalPlaneState[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FocalPlaneState valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null