Changeset 19303
- Timestamp:
- Aug 31, 2008, 2:19:52 PM (18 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
diff_skycell.pl (modified) (5 diffs)
-
stack_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r19197 r19303 99 99 $templateMask = "PPSTACK.OUTPUT.MASK"; 100 100 $templateWeight = "PPSTACK.OUTPUT.WEIGHT"; 101 $templateSources = "PSPHOT.OUTPUT"; 101 $templateSources = "PSPHOT.OUT.CMF.MEF"; ## this must be consistent with the value in stack_skycell.pl:161 102 ## use an explicit stack name for psphot output objects 102 103 } else { 103 104 $templateMask = "PSWARP.OUTPUT.MASK"; … … 141 142 $ipprc->define_camera($camera); 142 143 144 # print "templateMask: $templateMask\n"; 145 # print "templatePath: $templatePath\n"; 146 # print "inputMask: $inputMask\n"; 147 # print "inputPath: $inputPath\n"; 148 # print "templateWeight: $templateWeight\n"; 149 # print "inputWeight: $inputWeight\n"; 150 # print "templateSources: $templateSources\n"; 151 143 152 $templateMask = $ipprc->filename($templateMask, $templatePath); 144 153 $inputMask = $ipprc->filename($inputMask, $inputPath); … … 146 155 $inputWeight = $ipprc->filename($inputWeight, $inputPath); 147 156 $templateSources = $ipprc->filename($templateSources, $templatePath); 157 158 print "templateMask: $templateMask\n"; 159 print "templatePath: $templatePath\n"; 160 print "inputMask: $inputMask\n"; 161 print "inputPath: $inputPath\n"; 162 print "templateWeight: $templateWeight\n"; 163 print "inputWeight: $inputWeight\n"; 164 print "templateSources: $templateSources\n"; 148 165 149 166 &my_die("Couldn't find input: $template", $diff_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($template); … … 159 176 my $outputMask = $ipprc->filename("PPSUB.OUTPUT.MASK", $outroot); 160 177 my $outputWeight = $ipprc->filename("PPSUB.OUTPUT.WEIGHT", $outroot); 161 my $outputSources = $ipprc->filename("PSPHOT.OUT PUT", $outroot);178 my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot); 162 179 #my $bin1Name = $ipprc->filename("PPSUB.BIN1", $outroot); 163 180 #my $bin2Name = $ipprc->filename("PPSUB.BIN2", $outroot); … … 175 192 $command .= " -stats $outputStats"; 176 193 $command .= " -recipe PPSTATS WARPSTATS"; 194 $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF"; 177 195 $command .= " -sources $templateSources"; 178 196 $command .= " -photometry"; -
trunk/ippScripts/scripts/stack_skycell.pl
r19284 r19303 159 159 my $outputMask = $ipprc->filename("PPSTACK.OUTPUT.MASK", $outroot); 160 160 my $outputWeight = $ipprc->filename("PPSTACK.OUTPUT.WEIGHT", $outroot); 161 my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot); 161 my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot); ## this must be consistent with the value in diff_skycell.pl:101 162 ## use an explicit stack name for psphot output objects 162 163 #my $bin1Name = $ipprc->filename("PPSTACK.BIN1", $outroot); 163 164 #my $bin2Name = $ipprc->filename("PPSTACK.BIN2", $outroot);
Note:
See TracChangeset
for help on using the changeset viewer.
