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

    r21145 r21228  
    158158    my $image = $file->{uri};   # Image name
    159159    my $mask = $ipprc->filename( "PSWARP.OUTPUT.MASK", $file->{path_base} ); # Mask name
    160     my $weight = $ipprc->filename( "PSWARP.OUTPUT.WEIGHT", $file->{path_base} ); # Weight name
     160    my $weight = $ipprc->filename( "PSWARP.OUTPUT.VARIANCE", $file->{path_base} ); # Weight name
    161161    my $psf = $ipprc->filename( "PSPHOT.PSF.SKY.SAVE", $file->{path_base} ); # PSF name
    162162    my $sources = $ipprc->filename("PSWARP.OUTPUT.SOURCES", $file->{path_base}); # Sources name
     
    170170    print $listFile "\tIMAGE\tSTR\t" . $image . "\n";
    171171    print $listFile "\tMASK\tSTR\t" . $mask . "\n";
    172     print $listFile "\tWEIGHT\tSTR\t" . $weight . "\n";
     172    print $listFile "\tVARIANCE\tSTR\t" . $weight . "\n";
    173173    print $listFile "\tPSF\tSTR\t" . $psf . "\n";
    174174    print $listFile "\tSOURCES\tSTR\t" . $sources . "\n";
     
    183183my $outputName = $ipprc->filename("PPSTACK.OUTPUT", $outroot);
    184184my $outputMask = $ipprc->filename("PPSTACK.OUTPUT.MASK", $outroot);
    185 my $outputWeight = $ipprc->filename("PPSTACK.OUTPUT.WEIGHT", $outroot);
     185my $outputWeight = $ipprc->filename("PPSTACK.OUTPUT.VARIANCE", $outroot);
    186186my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot); ## this must be consistent with the value in diff_skycell.pl:101
    187187## use an explicit stack name for psphot output objects
     
    333333        my $temp_image = metadataLookupStr($md, 'TEMP.IMAGE'); # Suffix for image
    334334        my $temp_mask = metadataLookupStr($md, 'TEMP.MASK'); # Suffix for mask
    335         my $temp_weight = metadataLookupStr($md, 'TEMP.WEIGHT'); # Suffix for weight
     335        my $temp_weight = metadataLookupStr($md, 'TEMP.VARIANCE'); # Suffix for weight
    336336        my $temp_root = basename($outroot); # Root name for temporary files
    337337
Note: See TracChangeset for help on using the changeset viewer.