Skip to content

Commit

Permalink
Merge pull request #1899 from jluhrs/feature/REL-3933
Browse files Browse the repository at this point in the history
REL-3933 Updated filter wheel position for new GMOS-S filters
  • Loading branch information
jluhrs authored Sep 22, 2021
2 parents 8278d0a + 5a32018 commit 2c1cf62
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ object GmosSouthEncoders extends GmosControllerEpics.Encoders[SouthTypes] {
case Filter.F396N_G0352 => ("F396N_G0352", "open2-8")
case Filter.JWL34_G0350 => ("JWL34_G0350", "open2-8")
case Filter.JWL38_G0351 => ("JWL38_G0351", "open2-8")
case Filter.JWL43_G0353 => ("JWL43_G0353", "open2-8")
case Filter.STRB_G0355 => ("Strb_G0355", "open2-8")
case Filter.STRY_G0354 => ("Stry_G0354", "open2-8")
case Filter.JWL43_G0353 => ("open1-6", "JWL43_G0353")
case Filter.STRB_G0355 => ("open1-6", "Strb_G0355")
case Filter.STRY_G0354 => ("open1-6", "Stry_G0354")
case Filter.NONE => ("open1-6", "open2-8")
}

Expand Down

0 comments on commit 2c1cf62

Please sign in to comment.