Changeset 12043 for trunk/ippScripts/scripts/diff_skycell.pl
- Timestamp:
- Feb 23, 2007, 6:07:01 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r12021 r12043 65 65 my $files; 66 66 { 67 my $command = "$difftool -inputs cfile -diff_id $diff_id";67 my $command = "$difftool -inputskyfile -diff_id $diff_id"; 68 68 $command .= " -dbname $dbname" if defined $dbname; 69 69 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 71 71 unless ($success) { 72 72 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 73 &my_die("Unable to perform difftool -inputs cfile: $error_code", $diff_id, $error_code);73 &my_die("Unable to perform difftool -inputskyfile: $error_code", $diff_id, $error_code); 74 74 } 75 75 … … 160 160 # Add the subtraction result 161 161 { 162 my $command = "$difftool -adddiffs cfile -diff_id $diff_id -uri $outputName -b1_uri $outputRoot";162 my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName -b1_uri $outputRoot"; 163 163 $command .= " -bg $bg -bg_stdev $bg_stdev"; 164 164 $command .= " -dbname $dbname" if defined $dbname; … … 168 168 unless ($success) { 169 169 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 170 &my_die("Unable to perform difftool -adddiffs cfile: $error_code", $diff_id, $error_code);170 &my_die("Unable to perform difftool -adddiffskyfile: $error_code", $diff_id, $error_code); 171 171 } 172 172
Note:
See TracChangeset
for help on using the changeset viewer.
