Changeset 13717
- Timestamp:
- Jun 7, 2007, 5:06:59 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
diff_skycell.pl (modified) (1 diff)
-
stack_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r13712 r13717 143 143 my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser 144 144 unless ($no_op) { 145 my $command = "$ppSub $input $template $output Name-inmask $inputMask -refmask $templateMask -stat $outputStats"; # Command to run ppSub145 my $command = "$ppSub $input $template $outputRoot -inmask $inputMask -refmask $templateMask -stat $outputStats"; # Command to run ppSub 146 146 147 147 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = -
trunk/ippScripts/scripts/stack_skycell.pl
r13698 r13717 143 143 my $stats = PS::IPP::Metadata::Stats->new(); # Stats parser 144 144 unless ($no_op) { 145 my $command = "$ppStack $listName $output Name-stat $outputStats"; # Command to run pois145 my $command = "$ppStack $listName $outputRoot -stat $outputStats"; # Command to run pois 146 146 147 147 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
