Index: branches/eam_branches/ipp-20110906/Ohana/src/opihi/dvo/skycoverage.c
===================================================================
--- branches/eam_branches/ipp-20110906/Ohana/src/opihi/dvo/skycoverage.c	(revision 32620)
+++ branches/eam_branches/ipp-20110906/Ohana/src/opihi/dvo/skycoverage.c	(revision 32621)
@@ -202,5 +202,5 @@
 	V[ys*Nx + xs] = ShowDensity ?  0 : 2;
       } else {
-	V[ys*Nx + xs] = ShowDensity ? -1 : 0;
+	V[ys*Nx + xs] = ShowDensity ? NAN : 0;
       }
     }
