Changeset 21371 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Feb 5, 2009, 5:15:21 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r21330 r21371 160 160 my $image = $file->{uri}; # Image name 161 161 my $mask = $ipprc->filename( "PSWARP.OUTPUT.MASK", $file->{path_base} ); # Mask name 162 my $weight = $ipprc->filename( "PSWARP.OUTPUT. WEIGHT", $file->{path_base} ); # Weight name162 my $weight = $ipprc->filename( "PSWARP.OUTPUT.VARIANCE", $file->{path_base} ); # Weight name 163 163 my $psf = $ipprc->filename( "PSPHOT.PSF.SKY.SAVE", $file->{path_base} ); # PSF name 164 164 my $sources = $ipprc->filename("PSWARP.OUTPUT.SOURCES", $file->{path_base}); # Sources name … … 172 172 print $listFile "\tIMAGE\tSTR\t" . $image . "\n"; 173 173 print $listFile "\tMASK\tSTR\t" . $mask . "\n"; 174 print $listFile "\t WEIGHT\tSTR\t" . $weight . "\n";174 print $listFile "\tVARIANCE\tSTR\t" . $weight . "\n"; 175 175 print $listFile "\tPSF\tSTR\t" . $psf . "\n"; 176 176 print $listFile "\tSOURCES\tSTR\t" . $sources . "\n"; … … 185 185 my $outputName = $ipprc->filename("PPSTACK.OUTPUT", $outroot); 186 186 my $outputMask = $ipprc->filename("PPSTACK.OUTPUT.MASK", $outroot); 187 my $outputWeight = $ipprc->filename("PPSTACK.OUTPUT. WEIGHT", $outroot);187 my $outputWeight = $ipprc->filename("PPSTACK.OUTPUT.VARIANCE", $outroot); 188 188 my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot); ## this must be consistent with the value in diff_skycell.pl:101 189 189 ## use an explicit stack name for psphot output objects … … 344 344 my $temp_image = metadataLookupStr($md, 'TEMP.IMAGE'); # Suffix for image 345 345 my $temp_mask = metadataLookupStr($md, 'TEMP.MASK'); # Suffix for mask 346 my $temp_weight = metadataLookupStr($md, 'TEMP. WEIGHT'); # Suffix for weight346 my $temp_weight = metadataLookupStr($md, 'TEMP.VARIANCE'); # Suffix for weight 347 347 my $temp_root = basename($outroot); # Root name for temporary files 348 348
Note:
See TracChangeset
for help on using the changeset viewer.
