Changeset 27541 for branches/pap_delete/ippScripts/scripts/magic_process.pl
- Timestamp:
- Mar 30, 2010, 5:44:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_delete/ippScripts/scripts/magic_process.pl
r27540 r27541 160 160 my $command = "$difftool -inputskyfile -diff_id $diff_id -skycell_id $node"; # Command to run 161 161 $command .= " -dbname $dbname" if defined $dbname; 162 if ($ node->{inverse}) {162 if ($innode->{inverse}) { 163 163 # Want the input because we're magicking the reference 164 164 $command .= " -input"; … … 197 197 198 198 my $command = "$ppSubConvolve $tempPath -image $image -mask $mask -kernel $kernel"; 199 $command .= " -reference" unless $ node->{inverse};199 $command .= " -reference" unless $innode->{inverse}; 200 200 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 201 201 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
