diff --git a/api/detection.js b/api/detection.js
index b4ab1b8..2d7d4a3 100644
--- a/api/detection.js
+++ b/api/detection.js
@@ -49,7 +49,7 @@ function update_data() {
for (var j = 0; j < map[i].delay.length; j++)
{
delay.push(map[i].delay[j]);
- doppler.push(map[i].delay[j]);
+ doppler.push(map[i].doppler[j]);
timestamp.push(map[i].timestamp);
}
}
diff --git a/html/controller/index.html b/html/controller/index.html
index 4282143..01769bf 100644
--- a/html/controller/index.html
+++ b/html/controller/index.html
@@ -107,6 +107,7 @@
Max-hold delay Doppler map
Detections in delay over time
Detections in Doppler over time
+ Detections in delay-Doppler over time
diff --git a/html/display/detection/delay-doppler/index.html b/html/display/detection/delay-doppler/index.html
new file mode 100644
index 0000000..8e322f3
--- /dev/null
+++ b/html/display/detection/delay-doppler/index.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ blah2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/html/display/detection/delay/index.html b/html/display/detection/delay/index.html
index ec3d5d9..496dc3b 100644
--- a/html/display/detection/delay/index.html
+++ b/html/display/detection/delay/index.html
@@ -94,6 +94,13 @@