Index: branches/cnb_branch_20090215/Ohana/src/getstar/src/ReadImageFiles.c
===================================================================
--- branches/cnb_branch_20090215/Ohana/src/getstar/src/ReadImageFiles.c	(revision 21536)
+++ branches/cnb_branch_20090215/Ohana/src/getstar/src/ReadImageFiles.c	(revision 22214)
@@ -135,5 +135,6 @@
       if (!strcmp (tmpword, "SMPDATA")   ||  
 	  !strcmp (tmpword, "PS1_DEV_0") ||  
-	  !strcmp (tmpword, "PS1_DEV_1")) {
+	  !strcmp (tmpword, "PS1_DEV_1") ||  
+	  !strcmp (tmpword, "PS1_V1")) {
 
 	  exttype[Nimage] = strcreate (tmpword);
Index: branches/cnb_branch_20090215/Ohana/src/misc/src/applyscat.c
===================================================================
--- branches/cnb_branch_20090215/Ohana/src/misc/src/applyscat.c	(revision 21536)
+++ branches/cnb_branch_20090215/Ohana/src/misc/src/applyscat.c	(revision 22214)
@@ -2,4 +2,10 @@
 # include <dvo.h>
 # define BYTES_STAR 66
+
+typedef struct {
+  double X;
+  double Y;
+  double M;
+} Stars;
 
 int main (int argc, char **argv) {
Index: branches/cnb_branch_20090215/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- branches/cnb_branch_20090215/Ohana/src/opihi/cmd.data/init.c	(revision 21536)
+++ branches/cnb_branch_20090215/Ohana/src/opihi/cmd.data/init.c	(revision 22214)
@@ -134,5 +134,4 @@
   {1, "box",          box,              "draw a box on the plot"},
   {1, "buffers",      list_buffers,     "list the currently allocated buffers (images)"},
-  {1, "images",       list_buffers,     "list the currently allocated images"},
   {1, "center",       center,           "center image on coords"},
   {1, "circstats",    circstats,        "circular statistics"},
Index: branches/cnb_branch_20090215/Ohana/src/opihi/dvo/init.c
===================================================================
--- branches/cnb_branch_20090215/Ohana/src/opihi/dvo/init.c	(revision 21536)
+++ branches/cnb_branch_20090215/Ohana/src/opihi/dvo/init.c	(revision 22214)
@@ -35,5 +35,4 @@
 int imrough         PROTO((int, char **));
 int imsearch        PROTO((int, char **));
-int imstats         PROTO((int, char **));
 int lcat            PROTO((int, char **));
 int lcurve          PROTO((int, char **));
@@ -86,5 +85,4 @@
   {1, "imrough",     imrough,      "get info from imruf database"},
   {1, "imsearch",    imsearch,     "get info from imreg database"},
-  {1, "imstats",     imstats,      "plot image statistics"},
   {1, "lcat",        lcat,         "list catalogs in region"},
   {1, "lcurve",      lcurve,       "plot lightcurve for a star"},
@@ -104,4 +102,5 @@
   {1, "subpix",      subpix,       "get subpixel positions"},
   {1, "version",     version,      "show version information"},
+//{1, "imstats",     imstats,      "plot image statistics"},
 //{1, "addxtra",     addxtra,      "add extra data to object"},
 //{1, "getxtra",     getxtra,      "get extra data from object"},
