IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 5:15:21 PM (17 years ago)
Author:
Paul Price
Message:

Merging pap_branch_20090128. No conflicts. Not tested.

File:
1 edited

Legend:

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

    r21157 r21371  
    190190    $mask   = $ipprc->filename("PSASTRO.OUTPUT.MASK", $cam_path_base, $class_id);
    191191    $ch_mask= $ipprc->filename("PPIMAGE.CHIP.MASK", $path_base, $class_id);
    192     $weight = $ipprc->filename("PPIMAGE.CHIP.WEIGHT", $path_base, $class_id);
     192    $weight = $ipprc->filename("PPIMAGE.CHIP.VARIANCE", $path_base, $class_id);
    193193    $astrom = $ipprc->filename("PSASTRO.OUTPUT", $cam_path_base);
    194194} elsif ($stage eq "warp") {
    195195    $mask   = $ipprc->filename("PSWARP.OUTPUT.MASK", $path_base);
    196     $weight = $ipprc->filename("PSWARP.OUTPUT.WEIGHT", $path_base);
     196    $weight = $ipprc->filename("PSWARP.OUTPUT.VARIANCE", $path_base);
    197197} elsif ($stage eq "diff") {
    198198    $mask   = $ipprc->filename("PPSUB.OUTPUT.MASK", $path_base);
    199     $weight = $ipprc->filename("PPSUB.OUTPUT.WEIGHT", $path_base);
     199    $weight = $ipprc->filename("PPSUB.OUTPUT.VARIANCE", $path_base);
    200200}
    201201
Note: See TracChangeset for help on using the changeset viewer.