some mlat changes and update to work with the "real" tags interface

This commit is contained in:
Nick Foster
2011-08-24 18:19:57 -07:00
parent 6beb78fcf3
commit 90fbf70c5e
7 changed files with 39 additions and 103 deletions

View File

@@ -3,7 +3,7 @@ import mlat
import numpy
#here's some test data to validate the algorithm
teststations = [[37.76225, -122.44254, 100], [37.409044, -122.077748, 100], [37.63816,-122.378082, 100], [37.701207,-122.309418, 100]]
teststations = [[37.76225, -122.44254, 100], [37.680016,-121.772461, 100], [37.385844,-122.083082, 100], [37.701207,-122.309418, 100]]
testalt = 8000
testplane = numpy.array(mlat.llh2ecef([37.617175,-122.400843, testalt]))
testme = mlat.llh2geoid(teststations[0])