IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2009, 9:34:43 PM (17 years ago)
Author:
bills
Message:

don't try to revert inverse files unless the diffRun is inverse

File:
1 edited

Legend:

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

    r25423 r25676  
    193193revert_files($replace, $image, $mask, $weight, $sources, $astrom, $bimage, $bmask, $bweight, $bsources, $bastrom);
    194194
    195 if ($stage eq "diff") {
     195if ($stage eq "diff" and $inverse) {
    196196    my $name = "PPSUB.INVERSE";
    197197    $image  = $ipprc->filename($name, $path_base);
Note: See TracChangeset for help on using the changeset viewer.