Algorithms for processing Compass data. 4:39 PM 3/13/98 Dave Wright To remove "jaggies" from a times series of compass data prior to plotting, do the following: if(input_value>270) bias_value=180; if(180180) */ is answer "long way around"? /* { if(plotted_value<0) */ yes, normalize according to sign /* { plotted_value+=360; } else { plotted_value-=360; } } END