- Timestamp:
- Jan 29, 2009, 3:06:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/ippScripts/scripts/diff_skycell.pl
r20973 r21228 99 99 if ($file->{warp_id} == 0) { 100 100 $templateMask = "PPSTACK.OUTPUT.MASK"; 101 $templateWeight = "PPSTACK.OUTPUT. WEIGHT";101 $templateWeight = "PPSTACK.OUTPUT.VARIANCE"; 102 102 $templateSources = "PSPHOT.OUT.CMF.MEF"; ## this must be consistent with the value in stack_skycell.pl:161 103 103 ## use an explicit stack name for psphot output objects 104 104 } else { 105 105 $templateMask = "PSWARP.OUTPUT.MASK"; 106 $templateWeight = "PSWARP.OUTPUT. WEIGHT";106 $templateWeight = "PSWARP.OUTPUT.VARIANCE"; 107 107 $templateSources = "PSWARP.OUTPUT.SOURCES"; 108 108 } … … 112 112 if ($file->{warp_id} == 0) { 113 113 $inputMask = "PPSTACK.OUTPUT.MASK"; 114 $inputWeight = "PPSTACK.OUTPUT. WEIGHT";114 $inputWeight = "PPSTACK.OUTPUT.VARIANCE"; 115 115 } else { 116 116 $inputMask = "PSWARP.OUTPUT.MASK"; 117 $inputWeight = "PSWARP.OUTPUT. WEIGHT";117 $inputWeight = "PSWARP.OUTPUT.VARIANCE"; 118 118 } 119 119 } … … 184 184 my $outputName = $ipprc->filename("PPSUB.OUTPUT", $outroot); 185 185 my $outputMask = $ipprc->filename("PPSUB.OUTPUT.MASK", $outroot); 186 my $outputWeight = $ipprc->filename("PPSUB.OUTPUT. WEIGHT", $outroot);186 my $outputWeight = $ipprc->filename("PPSUB.OUTPUT.VARIANCE", $outroot); 187 187 my $configuration = $ipprc->filename("PPSUB.CONFIG", $outroot); 188 188 my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot);
Note:
See TracChangeset
for help on using the changeset viewer.
