Changeset 38610
- Timestamp:
- Jul 22, 2015, 4:45:14 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/whichimage (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/whichimage
r35464 r38610 29 29 30 30 GetOptions( 31 'tess_id =s' => \$tess_id,31 'tess_id|t=s' => \$tess_id, 32 32 'dvo_dir=s' => \$dvo_dir, 33 33 'smf=s' => \$smf, 34 'listchipcoords ' => \$listchipcoords,34 'listchipcoords|c' => \$listchipcoords, 35 35 'one' => \$one, 36 36 'verbose' => \$verbose, … … 49 49 50 50 my $ipprc = PS::IPP::Config->new(); 51 52 # By convention our tess_ids are upper case 53 $tess_id = uc($tess_id); 51 54 52 55 $ra = shift;
Note:
See TracChangeset
for help on using the changeset viewer.
