IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2010, 2:37:26 PM (16 years ago)
Author:
Paul Price
Message:

Get bgtool -addwarp to play nice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ippScripts/scripts/background_warp.pl

    r28441 r28483  
    174174    &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);
    175175
    176     my $command = "$ppStatsFromMetadata $out_stats - WARP_SKYCELL";
     176    my $command = "$ppStatsFromMetadata $out_stats - BACKGROUND_WARP";
    177177    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    178178        run(command => $command, verbose => $verbose);
     
    229229    warn($msg);
    230230    if (defined $warp_bg_id and defined $skycell_id and not $no_update) {
    231         my $command = "$bgtool -addwarped";
     231        my $command = "$bgtool -addwarp";
    232232        $command .= " -warp_bg_id $warp_bg_id";
    233233        $command .= " -skycell_id $skycell_id";
Note: See TracChangeset for help on using the changeset viewer.