Browse Source

Cluster Number added into GOD mode.

refactor/modularize
RUSHIL AMBARISH KADU 8 months ago
parent
commit
63e74e1d28
  1. 2
      steps/src/drawUtils.js

2
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 =

Loading…
Cancel
Save