Changeset 35127
- Timestamp:
- Feb 7, 2013, 3:49:06 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/background_warp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/background_warp.pl
r35118 r35127 238 238 &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); 239 239 240 my $command = "$ppStatsFromMetadata $out_stats - BACKGROUND_WARP"; 240 my $real_stats = $ipprc->file_resolve($out_stats); 241 242 my $command = "$ppStatsFromMetadata $real_stats - BACKGROUND_WARP"; 241 243 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 242 244 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
