Skip to content

Commit

Permalink
Changed the wheel for GMOS filter Y
Browse files Browse the repository at this point in the history
  • Loading branch information
jluhrs committed Jul 17, 2024
1 parent 404eb25 commit f8a2516
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object GmosSouthEncoders extends GmosControllerEpics.Encoders[SouthTypes] {

override val filter: EncodeEpicsValue[SouthTypes#Filter, (String, String)] = EncodeEpicsValue {
case Filter.Z_G0343 => ("Z_G0343", "open2-8")
case Filter.Y_G0344 => ("Y_G0344", "open2-8")
case Filter.Y_G0344 => ("open1-6", "Y_G0344")
case Filter.HeII_G0340 => ("HeII_G0340", "open2-8")
case Filter.HeIIC_G0341 => ("open1-6", "HeIIC_G0341")
case Filter.SII_G0335 => ("SII_G0335", "open2-8")
Expand Down

0 comments on commit f8a2516

Please sign in to comment.