Frontend: Remove indexing time plot

This commit is contained in:
2026-03-26 18:25:44 +01:00
parent 5dfaa79ff6
commit 6b0fbf11dd
2 changed files with 0 additions and 2 deletions
@@ -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:
@@ -78,7 +78,6 @@ class DataProcessingPlots extends Component<MyProps, MyState> {
<MenuItem value={plot_type.BEAM_CENTER_X}>Beam center X (post-indexing geometry refinement)</MenuItem>
<MenuItem value={plot_type.BEAM_CENTER_Y}>Beam center Y (post-indexing geometry refinement)</MenuItem>
<MenuItem value={plot_type.IMAGE_COLLECTION_EFFICIENCY}>Image collection efficiency</MenuItem>
<MenuItem value={plot_type.INDEXING_TIME}> Indexing time</MenuItem>
<MenuItem value={plot_type.PROCESSING_TIME}> Processing time</MenuItem>
<MenuItem value={plot_type.RECEIVER_DELAY}>Receiver delay (internal debugging)</MenuItem>
<MenuItem value={plot_type.RECEIVER_FREE_SEND_BUF}>Receiver free send buffers (internal debugging)</MenuItem>