Changeset 13159 for trunk/ippScripts/scripts/warp_overlap.pl
- Timestamp:
- May 2, 2007, 2:55:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_overlap.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_overlap.pl
r13112 r13159 118 118 my $parser = PS::IPP::Metadata::Config->new; # Parser for metadata config files 119 119 my $recipe = $parser->parse( join '', @$stdout_buf); 120 my @tesselations = split(/\s+/, metadataLookupStr($recipe, 'DVO.TESS ALATION')); # List of tesselations120 my @tesselations = split(/\s+/, metadataLookupStr($recipe, 'DVO.TESSELLATION')); # List of tessellations 121 121 foreach my $tess_id ( @tesselations ) { 122 print STDERR "tess alation: $tess_id\n";122 print STDERR "tessellation: $tess_id\n"; 123 123 124 124 my $imfile = $imfiles->[0];
Note:
See TracChangeset
for help on using the changeset viewer.
