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"}