Index: /branches/eam_branches/ipp-20140610/Ohana/src/dvosplit/src/dvosplit.c
===================================================================
--- /branches/eam_branches/ipp-20140610/Ohana/src/dvosplit/src/dvosplit.c	(revision 36934)
+++ /branches/eam_branches/ipp-20140610/Ohana/src/dvosplit/src/dvosplit.c	(revision 36935)
@@ -17,6 +17,11 @@
   args (argc, argv);
 
-  fprintf (stderr, "this program has the ability to split dvo catalogs one file (cpt, cpm, etc) at a time.  however, new updates to the cpm format requires the average RA,DEC coords to load the measures.  update the code to handle that first");
+  /*
+  fprintf (stderr, 
+  "this program has the ability to split dvo catalogs one file (cpt, cpm, etc) at a time.
+  however, new updates to the cpm format requires the average RA,DEC coords to load the
+  measures.  update the code to handle that first");
   exit (2);
+  */
 
   CATDIR = strcreate (argv[1]);
Index: /branches/eam_branches/ipp-20140610/Ohana/src/dvosplit/src/split_averages.c
===================================================================
--- /branches/eam_branches/ipp-20140610/Ohana/src/dvosplit/src/split_averages.c	(revision 36934)
+++ /branches/eam_branches/ipp-20140610/Ohana/src/dvosplit/src/split_averages.c	(revision 36935)
@@ -1,4 +1,4 @@
 # include "dvosplit.h"
-# define NROWS 100000 /* ~10MB per block for measures */
+# define NROWS 1000000 /* ~10MB per block for measures */
 # define DNOUT 1000
 
Index: /branches/eam_branches/ipp-20140610/Ohana/src/dvosplit/src/split_measures.c
===================================================================
--- /branches/eam_branches/ipp-20140610/Ohana/src/dvosplit/src/split_measures.c	(revision 36934)
+++ /branches/eam_branches/ipp-20140610/Ohana/src/dvosplit/src/split_measures.c	(revision 36935)
@@ -1,4 +1,4 @@
 # include "dvosplit.h"
-# define NROWS 100000 /* ~10MB per row for measures */
+# define NROWS 1000000 /* ~10MB per row for measures */
 # define DNOUT 1000
 
@@ -19,5 +19,6 @@
 
   // split out the measure entries:
-  incatalog[0].catflags = LOAD_MEAS;
+  incatalog[0].catflags = LOAD_MEAS | LOAD_AVES | LOAD_SECF;
+
   // if ((incatalog[0].catformat == DVO_FORMAT_ELIXIR) || (incatalog[0].catformat == DVO_FORMAT_LONEOS)) {
   //   // for these two formats, we need the average and secfilt values around until we do the measures...
