Skip to content

Commit

Permalink
Merge pull request #2430 from jluhrs/feature/FR-73167
Browse files Browse the repository at this point in the history
FR-73167 Changed filter configuration for GMOS-N DS920
  • Loading branch information
jluhrs authored Jun 29, 2023
2 parents 4b61780 + 93242cc commit 70e998d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object GmosNorthEncoders extends GmosControllerEpics.Encoders[NorthTypes] {
case Filter.CaT_G0309 => ("CaT_G0309", "open2-8")
case Filter.Ha_G0310 => ("open1-6", "Ha_G0310")
case Filter.HaC_G0311 => ("open1-6", "HaC_G0311")
case Filter.DS920_G0312 => ("open1-6", "DS920_G0312")
case Filter.DS920_G0312 => ("DS920_G0312", "open2-8")
case Filter.SII_G0317 => ("SII_G0317", "open2-8")
case Filter.OIII_G0318 => ("OIII_G0318", "open2-8")
case Filter.OIIIC_G0319 => ("OIIIC_G0319", "open2-8")
Expand Down

0 comments on commit 70e998d

Please sign in to comment.