From 6b0fbf11dd2f6ea12b39a25d95fe9005a6b3f2b3 Mon Sep 17 00:00:00 2001 From: leonarski_f Date: Thu, 26 Mar 2026 18:25:44 +0100 Subject: [PATCH] Frontend: Remove indexing time plot --- frontend/src/components/DataProcessingPlot.tsx | 1 - frontend/src/components/DataProcessingPlots.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/frontend/src/components/DataProcessingPlot.tsx b/frontend/src/components/DataProcessingPlot.tsx index e759f239..2f92281b 100644 --- a/frontend/src/components/DataProcessingPlot.tsx +++ b/frontend/src/components/DataProcessingPlot.tsx @@ -80,7 +80,6 @@ function AxisTypeY(plot: plot_type) : string | ReactNode { case plot_type.ROI_WEIGHTED_X: case plot_type.ROI_WEIGHTED_Y: return "Position [pixel]"; - case plot_type.INDEXING_TIME: case plot_type.PROCESSING_TIME: return "Time [s]"; case plot_type.PROFILE_RADIUS: diff --git a/frontend/src/components/DataProcessingPlots.tsx b/frontend/src/components/DataProcessingPlots.tsx index 7396f9a1..49e66ab1 100644 --- a/frontend/src/components/DataProcessingPlots.tsx +++ b/frontend/src/components/DataProcessingPlots.tsx @@ -78,7 +78,6 @@ class DataProcessingPlots extends Component { Beam center X (post-indexing geometry refinement) Beam center Y (post-indexing geometry refinement) Image collection efficiency - Indexing time Processing time Receiver delay (internal debugging) Receiver free send buffers (internal debugging)