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)