From c7964510db38e942e452d161347ea81f543c7a86 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Mon, 10 Nov 2025 09:47:01 +0100 Subject: [PATCH] Frontend: Fix maks labels --- frontend/src/components/PixelMask.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/PixelMask.tsx b/frontend/src/components/PixelMask.tsx index 8fe2c161c..82b64f5a4 100644 --- a/frontend/src/components/PixelMask.tsx +++ b/frontend/src/components/PixelMask.tsx @@ -48,11 +48,11 @@ class PixelMask extends React.Component { {this.props.s?.user_mask ?? "N/A"} - Wrong gain: + Error pixels: {this.props.s?.wrong_gain ?? "N/A"} - G0 RMS pedestal: + Noisy pixels: {this.props.s?.too_high_pedestal_rms ?? "N/A"}