Index: trunk/Ohana/src/opihi/dvo/images.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/images.c	(revision 15999)
+++ trunk/Ohana/src/opihi/dvo/images.c	(revision 19823)
@@ -179,4 +179,5 @@
       status = XY_to_RD (&r[j], &d[j], x[j], y[j], &image[i].coords);
       if (!status) break;
+      r[j] = ohana_normalize_angle (r[j]);
       while (r[j] < Rmin) { r[j] += 360.0; }
       while (r[j] > Rmax) { r[j] -= 360.0; }
@@ -216,4 +217,5 @@
 	  status = XY_to_RD (&r[j], &d[j], x[jp], y[jp], &image[i].coords);
 	  if (!status) continue;
+	  r[j] = ohana_normalize_angle (r[j]);
 	  while (r[j] < Rmin) { r[j] += 360.0; }
 	  while (r[j] > Rmax) { r[j] -= 360.0; }
