IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2009, 3:06:42 PM (17 years ago)
Author:
Paul Price
Message:

Convering 'weight' to 'variance' where appropriate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/ippScripts/scripts/diff_skycell.pl

    r20973 r21228  
    9999        if ($file->{warp_id} == 0) {
    100100            $templateMask = "PPSTACK.OUTPUT.MASK";
    101             $templateWeight = "PPSTACK.OUTPUT.WEIGHT";
     101            $templateWeight = "PPSTACK.OUTPUT.VARIANCE";
    102102            $templateSources = "PSPHOT.OUT.CMF.MEF";  ## this must be consistent with the value in stack_skycell.pl:161
    103103            ## use an explicit stack name for psphot output objects
    104104        } else {
    105105            $templateMask = "PSWARP.OUTPUT.MASK";
    106             $templateWeight = "PSWARP.OUTPUT.WEIGHT";
     106            $templateWeight = "PSWARP.OUTPUT.VARIANCE";
    107107            $templateSources = "PSWARP.OUTPUT.SOURCES";
    108108        }
     
    112112        if ($file->{warp_id} == 0) {
    113113            $inputMask = "PPSTACK.OUTPUT.MASK";
    114             $inputWeight = "PPSTACK.OUTPUT.WEIGHT";
     114            $inputWeight = "PPSTACK.OUTPUT.VARIANCE";
    115115        } else {
    116116            $inputMask = "PSWARP.OUTPUT.MASK";
    117             $inputWeight = "PSWARP.OUTPUT.WEIGHT";
     117            $inputWeight = "PSWARP.OUTPUT.VARIANCE";
    118118        }
    119119    }
     
    184184my $outputName = $ipprc->filename("PPSUB.OUTPUT", $outroot);
    185185my $outputMask = $ipprc->filename("PPSUB.OUTPUT.MASK", $outroot);
    186 my $outputWeight = $ipprc->filename("PPSUB.OUTPUT.WEIGHT", $outroot);
     186my $outputWeight = $ipprc->filename("PPSUB.OUTPUT.VARIANCE", $outroot);
    187187my $configuration = $ipprc->filename("PPSUB.CONFIG", $outroot);
    188188my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot);
Note: See TracChangeset for help on using the changeset viewer.