summaryrefslogtreecommitdiff
path: root/tools/mmd
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mmd')
-rw-r--r--tools/mmd/MmdWidgets.py6
-rw-r--r--tools/mmd/TODO4
2 files changed, 7 insertions, 3 deletions
diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py
index 37c997f..3570c58 100644
--- a/tools/mmd/MmdWidgets.py
+++ b/tools/mmd/MmdWidgets.py
@@ -367,9 +367,9 @@ def dataWidget (session):
</div>
<hr />
<div>Time: 00 D 00 H 00 M 00 S</div>
- <div>SSP Longitude: {1}</div>
- <div>SSP Latitude: {2}</div>
- <div>Altitude: {3}m</div>
+ <div title="Longitude of sub satellite point in degrees east/west of Greenwich">SSP Longitude: {1}</div>
+ <div title="Latitude of sub satellite point in degrees north/south o equator">SSP Latitude: {2}</div>
+ <div title="Satellite's altitude above sea level in meters">Altitude: {3}m</div>
<hr />
<div><a href="?cmd=submitForm">Submit</a> a report</div>
<div>View <a href="?cmd=viewlog">Log</a> of reports</div>
diff --git a/tools/mmd/TODO b/tools/mmd/TODO
index bf5858a..d1ed7d8 100644
--- a/tools/mmd/TODO
+++ b/tools/mmd/TODO
@@ -1,5 +1,9 @@
Things to do for completing this app
+- satellite
+ - implement update for TLE files
+ - adjust stored trajectory data if TLE file is updated
+
- registration
- add location.altitude
- complete class Location