- Timestamp:
- Jan 29, 2009, 3:06:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/ippScripts/scripts/stack_skycell.pl
r21145 r21228 158 158 my $image = $file->{uri}; # Image name 159 159 my $mask = $ipprc->filename( "PSWARP.OUTPUT.MASK", $file->{path_base} ); # Mask name 160 my $weight = $ipprc->filename( "PSWARP.OUTPUT. WEIGHT", $file->{path_base} ); # Weight name160 my $weight = $ipprc->filename( "PSWARP.OUTPUT.VARIANCE", $file->{path_base} ); # Weight name 161 161 my $psf = $ipprc->filename( "PSPHOT.PSF.SKY.SAVE", $file->{path_base} ); # PSF name 162 162 my $sources = $ipprc->filename("PSWARP.OUTPUT.SOURCES", $file->{path_base}); # Sources name … … 170 170 print $listFile "\tIMAGE\tSTR\t" . $image . "\n"; 171 171 print $listFile "\tMASK\tSTR\t" . $mask . "\n"; 172 print $listFile "\t WEIGHT\tSTR\t" . $weight . "\n";172 print $listFile "\tVARIANCE\tSTR\t" . $weight . "\n"; 173 173 print $listFile "\tPSF\tSTR\t" . $psf . "\n"; 174 174 print $listFile "\tSOURCES\tSTR\t" . $sources . "\n"; … … 183 183 my $outputName = $ipprc->filename("PPSTACK.OUTPUT", $outroot); 184 184 my $outputMask = $ipprc->filename("PPSTACK.OUTPUT.MASK", $outroot); 185 my $outputWeight = $ipprc->filename("PPSTACK.OUTPUT. WEIGHT", $outroot);185 my $outputWeight = $ipprc->filename("PPSTACK.OUTPUT.VARIANCE", $outroot); 186 186 my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot); ## this must be consistent with the value in diff_skycell.pl:101 187 187 ## use an explicit stack name for psphot output objects … … 333 333 my $temp_image = metadataLookupStr($md, 'TEMP.IMAGE'); # Suffix for image 334 334 my $temp_mask = metadataLookupStr($md, 'TEMP.MASK'); # Suffix for mask 335 my $temp_weight = metadataLookupStr($md, 'TEMP. WEIGHT'); # Suffix for weight335 my $temp_weight = metadataLookupStr($md, 'TEMP.VARIANCE'); # Suffix for weight 336 336 my $temp_root = basename($outroot); # Root name for temporary files 337 337
Note:
See TracChangeset
for help on using the changeset viewer.
