From 110deaf359b32eb8e5d0974b3da6cf18576fbb04 Mon Sep 17 00:00:00 2001 From: Hadaq Hades Date: Sat, 22 Jan 2022 18:55:36 +0100 Subject: [PATCH] changes for the beamtime 2022, all backwards compatible, mt --- thresholds/thresholds_automatic.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thresholds/thresholds_automatic.pl b/thresholds/thresholds_automatic.pl index fb02e55..22c5ef7 100755 --- a/thresholds/thresholds_automatic.pl +++ b/thresholds/thresholds_automatic.pl @@ -68,7 +68,7 @@ my $result = GetOptions ( "16|16channel" => \$channel16, "s|skip=i" => \$opt_skip, "f|finetune" => \$opt_finetune, - "a|accepted_dark_rate" => \$accepted_dark_rate, + "a|accepted_dark_rate=i" => \$accepted_dark_rate, ); if($help) { -- 2.43.0