Changeset 13748 for trunk/ippScripts/scripts/diff_skycell.pl
- Timestamp:
- Jun 10, 2007, 10:13:50 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r13717 r13748 143 143 my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser 144 144 unless ($no_op) { 145 my $command = "$ppSub $input $template $outputRoot -inmask $inputMask -refmask $templateMask -stat $outputStats"; # Command to run ppSub 145 my $command = "$ppSub $input $template $outputRoot"; 146 $command .= " -inmask $inputMask"; 147 $command .= " -refmask $templateMask"; 148 $command .= " -stats $outputStats"; 149 $command .= " -recipe PPSTATS CHIPSTATS"; 146 150 147 151 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
