Index: trunk/Ohana/src/opihi/cmd.astro/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.astro/init.c	(revision 35416)
+++ trunk/Ohana/src/opihi/cmd.astro/init.c	(revision 35757)
@@ -12,4 +12,5 @@
 int cval                    PROTO((int, char **));
 int czplot                  PROTO((int, char **));
+int czcplot                 PROTO((int, char **));
 int drizzle                 PROTO((int, char **));
 int flux                    PROTO((int, char **));
@@ -70,4 +71,5 @@
   {1, "cval",        cval,         "cosmic ray flux?"},
   {1, "czplot",      czplot,       "plot scaled vectors in sky coordinates"},
+  {1, "czcplot",     czcplot,      "plot color-scaled vectors in sky coordinates"},
   {1, "drizzle",     drizzle,      "transform image to image"},
   {1, "flux",        flux,         "flux in a convex contour"},
