Index: trunk/Ohana/src/kapa2/src/Graphs.c
===================================================================
--- trunk/Ohana/src/kapa2/src/Graphs.c	(revision 36486)
+++ trunk/Ohana/src/kapa2/src/Graphs.c	(revision 36487)
@@ -64,5 +64,5 @@
   graph[0].data.coords.crpix2 = 0.0;
   graph[0].data.coords.cdelt1 = graph[0].data.coords.cdelt2 = 1.0;
-  strcpy (graph[0].data.coords.ctype, "RA---LIN");
+  strcpy (graph[0].data.coords.ctype, "DEC--LIN");
   strcpy (graph[0].data.axis, "2222");
   strcpy (graph[0].data.ticks, "2222");
Index: trunk/Ohana/src/kapa2/src/Image.c
===================================================================
--- trunk/Ohana/src/kapa2/src/Image.c	(revision 36486)
+++ trunk/Ohana/src/kapa2/src/Image.c	(revision 36487)
@@ -18,5 +18,5 @@
   channel->coords.crpix2 = 0.0;
   channel->coords.cdelt1 = channel->coords.cdelt2 = 1.0;
-  strcpy (channel->coords.ctype, "RA---LIN");
+  strcpy (channel->coords.ctype, "DEC--LIN");
   channel->coords.Npolyterms = 0;
 
Index: trunk/Ohana/src/kapa2/src/bDrawObjects.c
===================================================================
--- trunk/Ohana/src/kapa2/src/bDrawObjects.c	(revision 36486)
+++ trunk/Ohana/src/kapa2/src/bDrawObjects.c	(revision 36487)
@@ -315,4 +315,5 @@
 	D = scaleSize ? dz*z[i] : ds;
 	FillRectangle (buffer, sx, sy, 2*D, 2*D);
+	// plot range saturated by bDrawRectFill
       }
     }
@@ -335,4 +336,5 @@
 	D = scaleSize ? dz*z[i] : ds;
 	DrawRectangle (buffer, sx, sy, 2*D, 2*D);
+	// plot range saturated by bDrawRectOpen
       }
     }
@@ -356,4 +358,5 @@
 	DrawLine (buffer, sx - D, sy, sx + D, sy);
 	DrawLine (buffer, sx, sy - D, sx, sy + D);
+	// out-of-range points skipped by bDrawPoint
       }
     }
@@ -377,4 +380,5 @@
 	DrawLine (buffer, sx + D, sy - D, sx - D, sy + D);
 	DrawLine (buffer, sx - D, sy - D, sx + D, sy + D);
+	// out-of-range points skipped by bDrawPoint
       }
     }
@@ -398,4 +402,5 @@
 	// FillTriangle (buffer, sx - D, sy - 0.58*D, sx + D, sy - 0.58*D, sx, sy + 1.15*D);
 	FillTriangle (buffer, sx, sy + 0.58*D, D, -1.73*D);
+	// out-of-range points skipped by bDrawPoint
       }
     }
@@ -418,4 +423,5 @@
 	D = scaleSize ? dz*z[i] : ds;
 	OpenTriangle (buffer, sx - D, sy + 0.58*D, sx + D, sy + 0.58*D, sx, sy - 1.15*D);
+	// out-of-range points skipped by bDrawPoint
       }
     }
@@ -440,4 +446,5 @@
 	DrawLine (buffer, sx, sy, sx + D, sy - 0.58*D);
 	DrawLine (buffer, sx, sy, sx,     sy + 1.15*D);
+	// out-of-range points skipped by bDrawPoint
       }
     }
@@ -460,4 +467,5 @@
 	D = scaleSize ? dz*z[i] : ds;
 	DrawCircle (buffer, sx, sy, D);
+	// out-of-range points skipped by bDrawPoint
       }
     }
@@ -484,4 +492,5 @@
 	DrawLine (buffer, sx - 0.58*D, sy + 0.81*D, sx - 0.95*D, sy - 0.31*D);
 	DrawLine (buffer, sx - 0.95*D, sy - 0.31*D, sx + 0.00*D, sy - 1.00*D);
+	// out-of-range points skipped by bDrawPoint
       }
     }
@@ -509,4 +518,5 @@
 	DrawLine (buffer, sx + 0.50*D, sy - 0.87*D, sx - 0.50*D, sy - 0.87*D);
 	DrawLine (buffer, sx - 0.50*D, sy - 0.87*D, sx -      D, sy);
+	// out-of-range points skipped by bDrawPoint
       }
     }
@@ -529,4 +539,5 @@
 	D = scaleSize ? dz*z[i] : ds;
 	FillCircle (buffer, sx, sy, D);
+	// out-of-range points skipped by bDrawLineHorizontal
       }
     }
