Index: /trunk/Ohana/src/libdvo/src/ImageOps.c
===================================================================
--- /trunk/Ohana/src/libdvo/src/ImageOps.c	(revision 39342)
+++ /trunk/Ohana/src/libdvo/src/ImageOps.c	(revision 39343)
@@ -53,5 +53,11 @@
   n = 0;
   for (i = 0; i < Nimage; i++) {
-    if (TimeSelect && ((image[i].tzero < tzero) || (image[i].tzero+image[i].trate*image[i].NY > tzero + trange))) continue;
+    if (i != n) {
+      fprintf (stderr, "skipped %s\n", image[subset[n]].name);
+    }
+    if (TimeSelect && ((image[i].tzero < tzero) || (image[i].tzero+image[i].trate*image[i].NY > tzero + trange))) {
+      fprintf (stderr, "skipping %s\n", image[i].name);
+      continue;
+    }
     if (selection->useDisplay) {
       // first check if region center is in image
@@ -85,4 +91,5 @@
 	    corners touching the region **/
       }
+      fprintf (stderr, "skipping %s\n", image[i].name);
       continue;
     }
@@ -111,4 +118,5 @@
 	    corners touching the region **/
       }
+      fprintf (stderr, "skipping %s\n", image[i].name);
       continue;
     }
