mossfoot wrote:got a weird radar echo going on here...

I´m not sure if this is a little bug or a feature. The doubled scanner is displayed once the scanner enhancement is installed because the entry in the hud.plist for the enhanced scanner has a different y-origin and y-coordinate than the normal scanner. This can easily be tweaked by editing the hud.plist:
{ // scanner
selector = "drawScanner:";
x = 2;
y =
-188;
y_origin =
0;
height = 120.0;
width = 480.0;
rgb_color = (0.0, 0.8, 0.8 );
alpha =
0.50;
},
After changing the three red marked values, installing the scanner enhancement will no longer cause an echo, the scanner will only glow a little bit brighter.
A very nice HUD btw, good work!

If I may make a suggestion, I would suggest to use new alert_conditions key from Oolite 1.80 to hide the dials around the crosshairs when docked.
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams, 1952 - 2001)
You have to try the impossible to achieve the possible. (Emil Sinclair, 1877 - 1962)