Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 29001)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 29540)
@@ -91,4 +91,5 @@
 int rebin            PROTO((int, char **));
 int resize           PROTO((int, char **));
+int reindex          PROTO((int, char **));
 int relocate         PROTO((int, char **));
 int roll             PROTO((int, char **));
@@ -232,4 +233,5 @@
   {1, "read",         read_vectors,     "read vectors from datafile"},
   {1, "rebin",        rebin,            "rebin image data by factor of N"},
+  {1, "reindex",      reindex,          "create new vector from old vector based on index vector"},
   {1, "resize",       resize,           "set graphics/image window size"},
   {1, "relocate",     relocate,         "set graphics/image window position"},
