Index: trunk/ippScripts/scripts/whichimage
===================================================================
--- trunk/ippScripts/scripts/whichimage	(revision 35463)
+++ trunk/ippScripts/scripts/whichimage	(revision 35464)
@@ -94,4 +94,6 @@
 my $cmd = "dvoImagesAtCoords -chipcoords $coord_file";
 $cmd .= " -listchipcoords" if $listchipcoords;
+
+$tess_id = uc($tess_id) if $tess_id;
 
 my $status = 0;
@@ -125,4 +127,5 @@
             # next if $tess_name eq 'FIXNS';
             # next if $tess_name eq 'ALLSKY';
+            next if $tess_name eq 'RINGS.V0';
             push @tess_ids_to_check, $tess_name;
         }
