Changeset 21371 for trunk/ippScripts/scripts/diff_skycell.pl
- Timestamp:
- Feb 5, 2009, 5:15:21 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r21309 r21371 103 103 if ($file->{warp_id} == 0) { 104 104 $templateMask = "PPSTACK.OUTPUT.MASK"; 105 $templateWeight = "PPSTACK.OUTPUT. WEIGHT";105 $templateWeight = "PPSTACK.OUTPUT.VARIANCE"; 106 106 $templateSources = "PSPHOT.OUT.CMF.MEF"; ## this must be consistent with the value in stack_skycell.pl:161 107 107 ## use an explicit stack name for psphot output objects 108 108 } else { 109 109 $templateMask = "PSWARP.OUTPUT.MASK"; 110 $templateWeight = "PSWARP.OUTPUT. WEIGHT";110 $templateWeight = "PSWARP.OUTPUT.VARIANCE"; 111 111 $templateSources = "PSWARP.OUTPUT.SOURCES"; 112 112 } … … 116 116 if ($file->{warp_id} == 0) { 117 117 $inputMask = "PPSTACK.OUTPUT.MASK"; 118 $inputWeight = "PPSTACK.OUTPUT. WEIGHT";118 $inputWeight = "PPSTACK.OUTPUT.VARIANCE"; 119 119 } else { 120 120 $inputMask = "PSWARP.OUTPUT.MASK"; 121 $inputWeight = "PSWARP.OUTPUT. WEIGHT";121 $inputWeight = "PSWARP.OUTPUT.VARIANCE"; 122 122 } 123 123 } … … 188 188 my $outputName = $ipprc->filename("PPSUB.OUTPUT", $outroot); 189 189 my $outputMask = $ipprc->filename("PPSUB.OUTPUT.MASK", $outroot); 190 my $outputWeight = $ipprc->filename("PPSUB.OUTPUT. WEIGHT", $outroot);190 my $outputWeight = $ipprc->filename("PPSUB.OUTPUT.VARIANCE", $outroot); 191 191 my $configuration = $ipprc->filename("PPSUB.CONFIG", $outroot); 192 192 my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot);
Note:
See TracChangeset
for help on using the changeset viewer.
