Changeset 28137
- Timestamp:
- May 27, 2010, 10:19:58 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_process.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_process.pl
r27987 r28137 151 151 152 152 my $kernel = $ipprc->filename("PPSUB.OUTPUT.KERNELS", $diff_base); # Name of kernel file 153 &my_die("Unable to find kernel file ", $magic_id, $node, $PS_EXIT_DATA_ERROR) unless $ipprc->file_exists($kernel);153 &my_die("Unable to find kernel file $kernel", $magic_id, $node, $PS_EXIT_DATA_ERROR) unless $ipprc->file_exists($kernel); 154 154 155 155 my ($image, $mask); # Image and mask … … 191 191 192 192 { 193 &my_die("Unable to find image and mask ", $magic_id, $node, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($image) and $ipprc->file_exists($mask);193 &my_die("Unable to find image and mask: $image $mask", $magic_id, $node, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($image) and $ipprc->file_exists($mask); 194 194 195 195 my $command = "$ppSubConvolve $tempPath -image $image -mask $mask -kernel $kernel"; … … 204 204 $template = $ipprc->filename("PPSUB.INPUT.CONV", $tempPath) or &my_die("Unable to determine filename for created template", $magic_id, $node, $PS_EXIT_PROG_ERROR); 205 205 $template = $ipprc->file_resolve($template) or &my_die("Unable to resolve filename for created template", $magic_id, $node, $PS_EXIT_PROG_ERROR); 206 &my_die("Unable to find created template ", $magic_id, $node, $PS_EXIT_PROG_ERROR) unless $ipprc->file_exists($template);206 &my_die("Unable to find created template: $template", $magic_id, $node, $PS_EXIT_PROG_ERROR) unless $ipprc->file_exists($template); 207 207 } 208 208 }
Note:
See TracChangeset
for help on using the changeset viewer.
