Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 40545)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 40623)
@@ -160,4 +160,5 @@
 int vload            PROTO((int, char **));
 int vlist            PROTO((int, char **));
+int vmedfilt         PROTO((int, char **));
 int vzload           PROTO((int, char **));
 int vstats           PROTO((int, char **));
@@ -349,4 +350,5 @@
   {1, "vhistogram",   histogram,        "generate histogram from vector"},
   {1, "vlist",        vlist,            "append values to a vector from command line"},
+  {1, "vmedfilt",     vmedfilt,         "median filter for a vector"},
   {1, "vload",        vload,            "load vectors as overlay on image display"},
   {1, "vmaxwell",     vmaxwell,         "fit a Maxwellian to a vector"},
