Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 33662)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 34584)
@@ -102,6 +102,7 @@
 int shift            PROTO((int, char **));
 int sort_vectors     PROTO((int, char **));
-int spline_apply_cmd PROTO((int, char **));
-int spline_construct_cmd PROTO((int, char **));
+int spline_command   PROTO((int, char **));
+int imspline_apply   PROTO((int, char **));
+int imspline_construct PROTO((int, char **));
 int stats            PROTO((int, char **));
 int imstats          PROTO((int, char **));
@@ -254,6 +255,7 @@
   {1, "shift",        shift,            "shift data in an image"},
   {1, "sort",         sort_vectors,     "sort list of vectors"},
-  {1, "spline.apply", spline_apply_cmd, "apply spline fit to generate an image"},
-  {1, "spline.const", spline_construct_cmd, "create spline 2nd deriv. terms"},
+  {1, "spline",       spline_command,   "shift data in an image"},
+  {1, "imspline.apply", imspline_apply, "apply spline fit to generate an image"},
+  {1, "imspline.const", imspline_construct, "create spline 2nd deriv. terms"},
   {1, "stats",        imstats,          "statistics on a portion of an image"},
   {1, "style",        style,            "set the style for graph plots"},
