Index: /trunk/Ohana/src/opihi/dvo/avextract.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/avextract.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/avextract.c	(revision 8455)
@@ -59,4 +59,5 @@
     catalog.filename = skylist[0].filename[i];
     catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+    catalog.Nsecfilt = 0;
 
     // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/calextract.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/calextract.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/calextract.c	(revision 8455)
@@ -63,4 +63,5 @@
     catalog.filename = skylist[0].filename[Nr];
     catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+    catalog.Nsecfilt = 0;
 
     // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/calmextract.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/calmextract.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/calmextract.c	(revision 8455)
@@ -76,4 +76,5 @@
     catalog.filename = skylist[0].filename[Nr];
     catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+    catalog.Nsecfilt = 0;
 
     // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/ccd.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/ccd.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/ccd.c	(revision 8455)
@@ -60,4 +60,5 @@
     catalog.filename = skylist[0].filename[k];
     catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+    catalog.Nsecfilt = 0;
 
     // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/cmd.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/cmd.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/cmd.c	(revision 8455)
@@ -58,4 +58,5 @@
     catalog.filename = skylist[0].filename[j];
     catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+    catalog.Nsecfilt = 0;
 
     // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/ddmags.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/ddmags.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/ddmags.c	(revision 8455)
@@ -61,4 +61,5 @@
     catalog.filename = skylist[0].filename[k];
     catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+    catalog.Nsecfilt = 0;
 
     // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/dmagaves.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/dmagaves.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/dmagaves.c	(revision 8455)
@@ -52,4 +52,5 @@
     catalog.filename = skylist[0].filename[j];
     catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+    catalog.Nsecfilt = 0;
 
     // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/dmagmeas.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/dmagmeas.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/dmagmeas.c	(revision 8455)
@@ -60,4 +60,5 @@
     catalog.filename = skylist[0].filename[j];
     catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+    catalog.Nsecfilt = 0;
 
     // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/dmags.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/dmags.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/dmags.c	(revision 8455)
@@ -59,4 +59,5 @@
     catalog.filename = skylist[0].filename[j];
     catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+    catalog.Nsecfilt = 0;
 
     // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/dmt.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/dmt.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/dmt.c	(revision 8455)
@@ -67,8 +67,8 @@
 
   for (k = 0; k < skylist[0].Nregions; k++) {
-
     /* lock, load, unlock catalog */
     catalog.filename = skylist[0].filename[k];
     catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+    catalog.Nsecfilt = 0;
 
     // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/fitcolors.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/fitcolors.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/fitcolors.c	(revision 8455)
@@ -168,4 +168,5 @@
     catalog[k].filename = skylist[0].filename[k];
     catalog[k].catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+    catalog[k].Nsecfilt = 0;
 
     // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/fitsed.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/fitsed.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/fitsed.c	(revision 8455)
@@ -183,4 +183,5 @@
     catalog.filename = skylist[0].filename[k];
     catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+    catalog.Nsecfilt = 0;
 
     // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/gstar.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/gstar.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/gstar.c	(revision 8455)
@@ -73,4 +73,5 @@
   catalog.filename = skylist[0].filename[0];
   catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+  catalog.Nsecfilt = 0;
 
   // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/imdata.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/imdata.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/imdata.c	(revision 8455)
@@ -122,4 +122,5 @@
     catalog.filename = skylist[0].filename[j];
     catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+    catalog.Nsecfilt = 0;
 
     // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/lcurve.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/lcurve.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/lcurve.c	(revision 8455)
@@ -83,4 +83,5 @@
   catalog.filename = skylist[0].filename[0];
   catalog.catflags = LOAD_AVES | LOAD_MEAS;
+  catalog.Nsecfilt = 0;
 
   // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/lightcurve.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/lightcurve.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/lightcurve.c	(revision 8455)
@@ -59,4 +59,5 @@
   catalog.filename = skylist[0].filename[0];
   catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+  catalog.Nsecfilt = 0;
 
   // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/mextract.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/mextract.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/mextract.c	(revision 8455)
@@ -57,4 +57,5 @@
     catalog.filename = skylist[0].filename[i];
     catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
+    catalog.Nsecfilt = Nsec;
 
     // an error exit status here is a significant error
Index: /trunk/Ohana/src/opihi/dvo/pmeasure.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/pmeasure.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/pmeasure.c	(revision 8455)
@@ -4,5 +4,5 @@
   
   FILE *f;
-  int i, j, k, m, N;
+  int i, j, k, m, N, VERBOSE;
   double Mz, Mr, mag;
   double Radius, Rmin, Rmax;
@@ -55,4 +55,10 @@
   }
 
+  VERBOSE = FALSE;
+  if ((N = get_argument (argc, argv, "-v"))) {
+    remove_argument (N, &argc, argv);
+    VERBOSE = TRUE;
+  }
+
   if ((N = get_argument (argc, argv, "-m"))) {
     remove_argument (N, &argc, argv);
@@ -77,12 +83,10 @@
   
   for (j = 0; j < skylist[0].Nregions; j++) {
-    catalog.average = 0;
-    
-    /* lock, load, unlock catalog */
     catalog.filename = skylist[0].filename[j];
     catalog.catflags = LOAD_AVES | LOAD_MEAS;
+    catalog.Nsecfilt = 0;
 
     // an error exit status here is a significant error
-    if (!dvo_catalog_open (&catalog, NULL, FALSE, "r")) {
+    if (!dvo_catalog_open (&catalog, NULL, VERBOSE, "r")) {
       fprintf (stderr, "ERROR: failure to open catalog file %s\n", catalog.filename);
       exit (2);
Index: /trunk/Ohana/src/opihi/dvo/subpix.c
===================================================================
--- /trunk/Ohana/src/opihi/dvo/subpix.c	(revision 8454)
+++ /trunk/Ohana/src/opihi/dvo/subpix.c	(revision 8455)
@@ -43,4 +43,5 @@
   catalog.filename = skylist[0].filename[0];
   catalog.catflags = LOAD_AVES | LOAD_MEAS;
+  catalog.Nsecfilt = 0;
 
   // an error exit status here is a significant error
