f6161f7c3b
Remove local decoding from the CPR parser. Local decodes are only valid if you can guarantee <180nm reception range.
Nick Foster2012-06-18 18:31:10 -07:00
6882329f8d
CPR calculator: fixed order of operations bug on modulus operator in longitude calculation of global resolver. Test case passes 100%.
Nick Foster2012-06-18 18:18:47 -07:00
cbdef224c1
SBS-1: use leading zeroes on ICAO24 to keep VRB/PP happy.
Nick Foster2012-06-18 10:25:41 -07:00
d35a665db1
Can't figure out why global resolver is bombing on some positions. Is j<0 legitimate?
Nick Foster2012-06-15 22:27:20 -07:00
c6ab762ee0
CPR test case hugely expanded. Found bug in global decoding in the Southern Hemisphere. Haven't fixed the bug yet.
Nick Foster2012-06-15 19:34:03 -07:00
a434647f56
Remove shuttle and replace with SpaceShipOne, whose model actually works
Nick Foster2012-06-15 16:55:04 -07:00
51657f8229
Remove duplicate lat_lon_to_quat from modes_flightgear (it's in Quat now)
Nick Foster2012-06-15 15:58:05 -07:00
e8c69c5529
Add model information to Flightgear interface. Only seen a couple of "LIGHT" types IRL, the rest seem to be N/A.
Nick Foster2012-06-15 15:53:03 -07:00
fc4ee50a88
Fix KML for new GE which is more space-sensitive than old GE
Nick Foster2012-06-14 18:14:53 -07:00
3515c4d4a9
Remove spaces from track string since newest Google Earth appears to hate them. Made modes_kml a child class of SQL while I was at it.
Nick Foster2012-06-14 15:45:01 -07:00
1be63eba0a
Fix KML/SBS-1 interfaces for new BDS08 output type
Nick Foster2012-06-13 20:35:05 -07:00
bb98eeaa97
First stab at adding rtlsdr support to uhd_modes.py. Should probably rename that file.
Nick Foster2012-06-13 09:24:23 -07:00
61cc4917a8
Add the actual FlightGear interface. Derp.
Nick Foster2012-06-13 07:53:19 -07:00
17f7cb9a53
Backport Flightgear server from private tx branch, collapse commits.
Nick Foster2012-06-13 07:49:22 -07:00
c16886c4c1
Fix your laziness in breaking the CPR parser. Still don't like how KMLgen is done, needs to be consolidated so all db work is in one file.
Nick Foster2012-02-25 16:50:15 -08:00
622249ba5b
Add back in airports.png so Google Earth gets the icon
Nick Foster2012-02-01 09:14:34 -08:00
a43d8ee3a7
Reorganize CPR decoder as a class to keep it simple
Nick Foster2012-02-01 09:14:02 -08:00
105950c176
Move the SQL stuff out of uhd_modes and into modes_kml, keeps things neat
Nick Foster2012-01-30 18:50:04 -08:00
82ce9feec0
Whoops, forgot to prefix the KML generator invocation
Nick Foster2012-01-13 13:38:49 -08:00
8522bc0b25
CMakeified almost everything. Test code in python/ and apps other than uhd_modes.py still need minor updating.
Nick Foster2011-12-14 10:17:16 -08:00
4fcf7a4498
fix --location to parse arg properly, pulled from KD5BWT
Nick Foster2011-12-12 09:38:34 -08:00
d6ba39fdef
Fixes for tags interface via Mattias Schäfer.
Nick Foster2011-12-12 09:32:37 -08:00
5ac5c8aca8
Modified for new new tags interface
Nick Foster2011-11-17 15:16:56 -08:00
107dc1b969
this is the last time i'm going to do this...
Nick Foster2011-09-07 17:07:52 -07:00
f3957194f5
Some work on the mlat stuff, and restoring sanity to the gr-uhd tags interface
Nick Foster2011-09-07 15:49:14 -07:00
e1c6c467a4
mlat: add get_correlated_records.py, a testbed for postanalysis. gets clock difference and clock drift from a set of raw records.
Nick Foster2011-09-05 14:34:31 -07:00
7d4eadef62
UHD time init to 0 on start, raw output option prints to stdout as well
Nick Foster2011-08-27 14:40:01 -07:00
90fbf70c5e
some mlat changes and update to work with the "real" tags interface
Nick Foster2011-08-24 18:19:57 -07:00
86903898cf
Add TCP raw data server for mlat purposes
Nick Foster2011-07-27 10:59:04 -07:00
a7e26c5960
mlat: fixed horrible bug in the solver. also noticed that [0,0,0] cannot contribute meaningful angular data, and so you still really want four stations on receive. there's still a bug in the solver somewhere that results in positions east of here not solving correctly.
Nick Foster2011-07-14 18:49:47 -07:00
d7e153d281
Move mlat test data to mlat-test.py instead of mlat.py
Nick Foster2011-07-14 17:01:43 -07:00
5f2a41f648
mlat: improvements/simplifications to solver, basic DOP pseudocode
Nick Foster2011-07-13 00:10:26 -07:00
7208aeefe0
Merge pull request #2 from zmoratto/master
bistromath2011-07-11 10:01:39 -07:00
3341a62511
Updated to reflect newer UHD interface (multi-USRP)
Nick Foster2011-03-21 15:17:21 -07:00
35ca3c8869
Modified mlat solver to solve to a threshold and quit. Also sorts incoming timestamps.
Nick Foster2010-12-06 10:28:44 -08:00
1acea7c9fd
Added multilateration library mlat.py and test program mlat-test.py. No integration into the application yet.
Nick Foster2010-12-05 17:43:13 -08:00