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/diff_skycell.pl

    r21309 r21371  
    103103        if ($file->{warp_id} == 0) {
    104104            $templateMask = "PPSTACK.OUTPUT.MASK";
    105             $templateWeight = "PPSTACK.OUTPUT.WEIGHT";
     105            $templateWeight = "PPSTACK.OUTPUT.VARIANCE";
    106106            $templateSources = "PSPHOT.OUT.CMF.MEF";  ## this must be consistent with the value in stack_skycell.pl:161
    107107            ## use an explicit stack name for psphot output objects
    108108        } else {
    109109            $templateMask = "PSWARP.OUTPUT.MASK";
    110             $templateWeight = "PSWARP.OUTPUT.WEIGHT";
     110            $templateWeight = "PSWARP.OUTPUT.VARIANCE";
    111111            $templateSources = "PSWARP.OUTPUT.SOURCES";
    112112        }
     
    116116        if ($file->{warp_id} == 0) {
    117117            $inputMask = "PPSTACK.OUTPUT.MASK";
    118             $inputWeight = "PPSTACK.OUTPUT.WEIGHT";
     118            $inputWeight = "PPSTACK.OUTPUT.VARIANCE";
    119119        } else {
    120120            $inputMask = "PSWARP.OUTPUT.MASK";
    121             $inputWeight = "PSWARP.OUTPUT.WEIGHT";
     121            $inputWeight = "PSWARP.OUTPUT.VARIANCE";
    122122        }
    123123    }
     
    188188my $outputName = $ipprc->filename("PPSUB.OUTPUT", $outroot);
    189189my $outputMask = $ipprc->filename("PPSUB.OUTPUT.MASK", $outroot);
    190 my $outputWeight = $ipprc->filename("PPSUB.OUTPUT.WEIGHT", $outroot);
     190my $outputWeight = $ipprc->filename("PPSUB.OUTPUT.VARIANCE", $outroot);
    191191my $configuration = $ipprc->filename("PPSUB.CONFIG", $outroot);
    192192my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot);
Note: See TracChangeset for help on using the changeset viewer.