From 12401c0d127f3691dceeef9cf86f762fd76cb089 Mon Sep 17 00:00:00 2001 From: Mohacsi Istvan Date: Mon, 1 Jul 2024 16:16:27 +0200 Subject: [PATCH] Added DAQ preview class --- tomcat_bec/devices/gigafrost/gfutils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tomcat_bec/devices/gigafrost/gfutils.py b/tomcat_bec/devices/gigafrost/gfutils.py index b905aa9..432eb13 100644 --- a/tomcat_bec/devices/gigafrost/gfutils.py +++ b/tomcat_bec/devices/gigafrost/gfutils.py @@ -129,6 +129,8 @@ def max_framerate_hz(exposure_ms=_min_exposure_ms, roix=_max_roix, roiy=_max_roi Gerd """ + # pylint: disable=invalid-name + # pylint: disable=too-many-locals if exposure_ms < 0.002 or exposure_ms > 40: raise ValueError("exposure_ms not in interval [0.002, 40.]")