From 32703e6664e29279c88431b9c45df0ee64d06db7 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Wed, 3 Apr 2024 18:47:21 +0000 Subject: [PATCH] Install LQ camera on CLASP. --- config/clasp/cam1.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/clasp/cam1.json b/config/clasp/cam1.json index 2540fad..efdee02 100644 --- a/config/clasp/cam1.json +++ b/config/clasp/cam1.json @@ -2,11 +2,12 @@ "daemon": "clasp_camera_1", "pipeline_daemon": "clasp_pipeline", "pipeline_handover_timeout": 10, + "chiller_daemon": "clasp_chiller", "log_name": "qhy_camd@cam1", "control_machines": ["CLASPTCS", "CLASPDAS"], "client_commands_module": "rockit.camera.qhy", - "camera_device_id": "QHY600MPCIE-1a1ce44eaaa648ee3", - "cooler_setpoint": 0, + "camera_device_id": "QHY600MPCIE-a2cf7e47ad5b6da47", + "cooler_setpoint": -10, "cooler_update_delay": 5, "cooler_pwm_step": 3, "worker_processes": 12,