From 64cada341befe8be9ff74e4028da1fd8e89bdc08 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Wed, 24 Jun 2026 11:33:22 +0200 Subject: [PATCH] fix proxy port and fix calcurve property --- stick/PEstick_cfg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stick/PEstick_cfg.py b/stick/PEstick_cfg.py index 63ce6db..557fe80 100644 --- a/stick/PEstick_cfg.py +++ b/stick/PEstick_cfg.py @@ -1,5 +1,5 @@ import os -port = os.environ.get('FRAPPY_MAIN_PORT') +port = os.environ.get('FRAPPY_MAIN_PORT', 15000) Node('pe_stick.sinq.psi.ch', 'soft cal for sample T from mercury', @@ -43,5 +43,5 @@ Mod('ts', 'calibrated value for ts', value = Param(unit = 'K'), rawsensor = 'tsraw', - calib = 'X133834', + calcurve = 'X133834', )