Changeset 13176
- Timestamp:
- May 2, 2007, 3:47:13 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_overlap.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_overlap.pl
r13169 r13176 56 56 my $missing_tools; 57 57 my $warptool = can_run('warptool') or (warn "Can't find warptool" and $missing_tools = 1); 58 my $dvoImageOverlaps = can_run('dvoImageOverlaps') or (war p"Can't find dvoImageOverlaps" and $missing_tools = 1);59 my $dvoImageExtract = can_run('dvoImageExtract') or (war p"Can't find dvoImageExtract" and $missing_tools = 1);58 my $dvoImageOverlaps = can_run('dvoImageOverlaps') or (warn "Can't find dvoImageOverlaps" and $missing_tools = 1); 59 my $dvoImageExtract = can_run('dvoImageExtract') or (warn "Can't find dvoImageExtract" and $missing_tools = 1); 60 60 if ($missing_tools) { 61 61 warn("Can't find required tools."); … … 111 111 my $tessellations = $ipprc->tessellations(); # Hash of defined tessellations 112 112 foreach my $tess_id ( keys %$tessellations ) { 113 my $tess_dir = $ $tessellations{$tess_id};113 my $tess_dir = $ipprc->convert_filename_absolute( $$tessellations{$tess_id} ); # Catdir for DVO 114 114 print STDERR "tessellation: $tess_id, $tess_dir\n"; 115 115
Note:
See TracChangeset
for help on using the changeset viewer.
