Enum Class FocalPlaneState
- All Implemented Interfaces:
Serializable,Comparable<FocalPlaneState>,java.lang.constant.Constable
Set of states for the focal plane. These states are documented in
LSE-71 and sent to the OCS.
- Author:
- tonyj
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIn the process of clearing the CCDsReadout finished, but waiting for 2-day storeIntegratingNeeds a clear before any images can be takenIDLE, but ready to take an image without a clearReading outPerforming a row shift operation -
Method Summary
Modifier and TypeMethodDescriptionstatic FocalPlaneStateReturns the enum constant of this class with the specified name.static FocalPlaneState[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NEEDS_CLEAR
Needs a clear before any images can be taken -
CLEARING
In the process of clearing the CCDs -
INTEGRATING
Integrating -
READING_OUT
Reading out -
QUIESCENT
IDLE, but ready to take an image without a clear -
ROW_SHIFT
Performing a row shift operation -
IMAGE_WAIT
Readout finished, but waiting for 2-day store
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-