Index: trunk/ippScripts/scripts/whichimage
===================================================================
--- trunk/ippScripts/scripts/whichimage	(revision 35464)
+++ trunk/ippScripts/scripts/whichimage	(revision 38610)
@@ -29,8 +29,8 @@
 
 GetOptions(
-           'tess_id=s'  => \$tess_id,
+           'tess_id|t=s'  => \$tess_id,
            'dvo_dir=s' => \$dvo_dir,
            'smf=s'      => \$smf,
-           'listchipcoords'        => \$listchipcoords,
+           'listchipcoords|c'        => \$listchipcoords,
            'one'        => \$one,
            'verbose'    => \$verbose,
@@ -49,4 +49,7 @@
 
 my $ipprc = PS::IPP::Config->new();
+
+# By convention our tess_ids are upper case
+$tess_id = uc($tess_id);
 
 $ra = shift;
