From 63e74e1d288326c80633e85e75e3ec762793a1a0 Mon Sep 17 00:00:00 2001 From: rakadu1 Date: Thu, 18 Sep 2025 16:56:08 +0530 Subject: [PATCH] Cluster Number added into GOD mode. --- steps/src/drawUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/src/drawUtils.js b/steps/src/drawUtils.js index a0281e7..0551faf 100644 --- a/steps/src/drawUtils.js +++ b/steps/src/drawUtils.js @@ -633,7 +633,7 @@ export function handleCloseUpDisplay(p, plotScales) { const snr = data.snr !== null ? data.snr.toFixed(1) : "N/A"; infoText = `Point | X:${data.x.toFixed(2)}, Y:${data.y.toFixed( 2 - )} | V:${vel}, SNR:${snr}`; + )} | V:${vel}, SNR:${snr}, Cluster: ${data.clusterNumber}`; break; case "cluster": const rs =