IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26550


Ignore:
Timestamp:
Jan 8, 2010, 4:13:17 PM (16 years ago)
Author:
bills
Message:

forgot to clean up the mask files at the chip stage

File:
1 edited

Legend:

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

    r26496 r26550  
    183183        }
    184184
    185         delete_files($rimage, $rmask, $rweight, $rsources, $rastrom, $bimage, $bmask, $bweight, $bsources, $bastrom);
     185        delete_files($rimage, $rmask, $rweight, $rsources, $rastrom, $bimage, $bmask, $bweight, $bsources, $bastrom, $bch_mask, $rch_mask);
    186186
    187187        if ($stage eq "diff" and $inverse) {
     
    199199                $rsources = $ipprc->filename("$name.SOURCES", $recovery_path_base);
    200200            }
    201             delete_files($rimage, $rmask, $rweight, $rsources, undef, $bimage, $bmask, $bweight, $bsources, undef);
     201            # undef is not necessary, it's just to keep the lists in the same order.
     202            delete_files($rimage, $rmask, $rweight, $rsources, undef, $bimage, $bmask, $bweight, $bsources);
    202203        }
    203204}
Note: See TracChangeset for help on using the changeset viewer.