Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 6684)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 7949)
@@ -48,4 +48,5 @@
 int list_vectors     PROTO((int, char **));
 int load             PROTO((int, char **));
+int lookup           PROTO((int, char **));
 int mcreate          PROTO((int, char **));
 int medacc           PROTO((int, char **));
@@ -157,4 +158,5 @@
   {"vectors", 	   list_vectors,     "list vectors"},
   {"load",         load,	     "load an SAOimage style overlay"},
+  {"lookup",       lookup,	     "convert vector via lookup table (vector pair)"},
   {"mcreate", 	   mcreate,	     "create a matrix"},
   {"medacc",       medacc,	     "accumulate vector values in another vector"},
