From 839c47d48c089badc8f39cc03854ab4b5be47487 Mon Sep 17 00:00:00 2001 From: Carlos Quiroz <[email protected]> Date: Wed, 25 Mar 2026 22:41:54 -0300 Subject: [PATCH] Revert "Another small adjustment to svc origin" --- .../src/main/scala/seqexec/server/ghost/GhostConfig.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/server/src/main/scala/seqexec/server/ghost/GhostConfig.scala b/modules/server/src/main/scala/seqexec/server/ghost/GhostConfig.scala index 81e31c3ec..0ebe06fd4 100644 --- a/modules/server/src/main/scala/seqexec/server/ghost/GhostConfig.scala +++ b/modules/server/src/main/scala/seqexec/server/ghost/GhostConfig.scala @@ -155,8 +155,8 @@ sealed trait GhostConfig extends GhostLUT { giapiConfig(GhostSVRcf, 2) |+| giapiConfig(GhostSVCcf, 2) |+| giapiConfig(GhostSVImageType, imageTypeConf(obsType)) |+| - giapiConfig(GhostSVXO, 784) |+| - giapiConfig(GhostSVYO, 652) |+| + giapiConfig(GhostSVXO, 780) |+| + giapiConfig(GhostSVYO, 650) |+| giapiConfig(GhostSVWidth, 300) |+| giapiConfig(GhostSVHeigth, 260) |+| giapiConfig(GhostSVIFU1BlueThreshold, 0) |+|