IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35127


Ignore:
Timestamp:
Feb 7, 2013, 3:49:06 PM (13 years ago)
Author:
bills
Message:

ppStatsFromMetadata was being called with a nebulous path instead of resolved
file. Thus it wasn't finding the quality flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/background_warp.pl

    r35118 r35127  
    238238    &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);
    239239
    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";
    241243    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    242244        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.