Changeset 28483 for branches/pap/ippScripts/scripts/background_warp.pl
- Timestamp:
- Jun 24, 2010, 2:37:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ippScripts/scripts/background_warp.pl
r28441 r28483 174 174 &my_die("Couldn't find expected output file: $out_stats", $warp_bg_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($out_stats); 175 175 176 my $command = "$ppStatsFromMetadata $out_stats - WARP_SKYCELL";176 my $command = "$ppStatsFromMetadata $out_stats - BACKGROUND_WARP"; 177 177 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 178 178 run(command => $command, verbose => $verbose); … … 229 229 warn($msg); 230 230 if (defined $warp_bg_id and defined $skycell_id and not $no_update) { 231 my $command = "$bgtool -addwarp ed";231 my $command = "$bgtool -addwarp"; 232 232 $command .= " -warp_bg_id $warp_bg_id"; 233 233 $command .= " -skycell_id $skycell_id";
Note:
See TracChangeset
for help on using the changeset viewer.
