Skip to content

Commit

Permalink
Merge pull request #70 from gemini-hlsw/ghost-wheell
Browse files Browse the repository at this point in the history
Add Filter demand
  • Loading branch information
cquiroz authored May 8, 2024
2 parents 795608a + 0b2173b commit 446993e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions modules/giapi/src/main/scala/giapi/enums/GiapiStatusApply.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1728,12 +1728,22 @@ object GiapiStatusApply {
case object GhostCalibrationFilterWheel
extends GiapiStatusApply("GhostCalibrationFilterWheel",
Instrument.Ghost,
GiapiType.Int,
GiapiType.String,
"ghost:sad:cc:slu:cfwCO.position",
"ghost:cc:slu:cfwCO.position",
None
)

/** @group Constructors */
case object GhostCalibrationFilterDemand
extends GiapiStatusApply("GhostCalibrationFilterWheel",
Instrument.Ghost,
GiapiType.String,
"ghost:sad:cc:slu:cfw.type",
"ghost:cc:slu:cfw.type",
None
)

/** All members of GiapiStatusApply, in canonical order. */
val all: List[GiapiStatusApply] =
List(
Expand Down Expand Up @@ -1906,7 +1916,8 @@ object GiapiStatusApply {
GhostSlitMaskPositionerType,
GhostBFocusType,
GhostRFocusType,
GhostCalibrationFilterWheel
GhostCalibrationFilterWheel,
GhostCalibrationFilterDemand
)

/** Select the member of GiapiStatusApply with the given tag, if any. */
Expand Down

0 comments on commit 446993e

Please sign in to comment.