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

    r21330 r21371  
    160160    my $image = $file->{uri};   # Image name
    161161    my $mask = $ipprc->filename( "PSWARP.OUTPUT.MASK", $file->{path_base} ); # Mask name
    162     my $weight = $ipprc->filename( "PSWARP.OUTPUT.WEIGHT", $file->{path_base} ); # Weight name
     162    my $weight = $ipprc->filename( "PSWARP.OUTPUT.VARIANCE", $file->{path_base} ); # Weight name
    163163    my $psf = $ipprc->filename( "PSPHOT.PSF.SKY.SAVE", $file->{path_base} ); # PSF name
    164164    my $sources = $ipprc->filename("PSWARP.OUTPUT.SOURCES", $file->{path_base}); # Sources name
     
    172172    print $listFile "\tIMAGE\tSTR\t" . $image . "\n";
    173173    print $listFile "\tMASK\tSTR\t" . $mask . "\n";
    174     print $listFile "\tWEIGHT\tSTR\t" . $weight . "\n";
     174    print $listFile "\tVARIANCE\tSTR\t" . $weight . "\n";
    175175    print $listFile "\tPSF\tSTR\t" . $psf . "\n";
    176176    print $listFile "\tSOURCES\tSTR\t" . $sources . "\n";
     
    185185my $outputName = $ipprc->filename("PPSTACK.OUTPUT", $outroot);
    186186my $outputMask = $ipprc->filename("PPSTACK.OUTPUT.MASK", $outroot);
    187 my $outputWeight = $ipprc->filename("PPSTACK.OUTPUT.WEIGHT", $outroot);
     187my $outputWeight = $ipprc->filename("PPSTACK.OUTPUT.VARIANCE", $outroot);
    188188my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot); ## this must be consistent with the value in diff_skycell.pl:101
    189189## use an explicit stack name for psphot output objects
     
    344344        my $temp_image = metadataLookupStr($md, 'TEMP.IMAGE'); # Suffix for image
    345345        my $temp_mask = metadataLookupStr($md, 'TEMP.MASK'); # Suffix for mask
    346         my $temp_weight = metadataLookupStr($md, 'TEMP.WEIGHT'); # Suffix for weight
     346        my $temp_weight = metadataLookupStr($md, 'TEMP.VARIANCE'); # Suffix for weight
    347347        my $temp_root = basename($outroot); # Root name for temporary files
    348348
Note: See TracChangeset for help on using the changeset viewer.