Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 41891)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 42082)
@@ -18,5 +18,4 @@
 int clear            PROTO((int, char **));
 int clip             PROTO((int, char **));
-int imclip           PROTO((int, char **));
 int close_device     PROTO((int, char **));
 int concat           PROTO((int, char **));
@@ -61,4 +60,5 @@
 int hermitian2d      PROTO((int, char **));
 int idxread          PROTO((int, char **));
+int imclip           PROTO((int, char **));
 int imcut            PROTO((int, char **));
 int imhist           PROTO((int, char **));
@@ -68,4 +68,6 @@
 int imsmooth_2d      PROTO((int, char **));
 int imconvolve       PROTO((int, char **));
+int imresample       PROTO((int, char **));
+int imcollapse       PROTO((int, char **));
 int integrate        PROTO((int, char **));
 int interpolate      PROTO((int, char **));
@@ -266,4 +268,6 @@
   {1, "imclip",       imclip,           "clip values in an image to be within a range"},
   {1, "imcut",        imcut,            "linear image cut between arbitrary coords"},
+  {1, "imresample",   imresample,       "extract arbitrary window from image"},
+  {1, "imcollapse",   imcollapse,       "collapse to histogram along axis"},
   {1, "imhistogram",  imhist,           "histogram of an image region"},
   {1, "impeaks",      impeaks,          "find peaks in an image (return vectors)"},
