Changeset 19118
- Timestamp:
- Aug 17, 2008, 3:51:19 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r19109 r19118 153 153 my $outputMask = $ipprc->filename("PPSTACK.OUTPUT.MASK", $outroot); 154 154 my $outputWeight = $ipprc->filename("PPSTACK.OUTPUT.WEIGHT", $outroot); 155 my $outputSources = $ipprc->filename("PSPHOT.OUT PUT", $outroot, "none");155 my $outputSources = $ipprc->filename("PSPHOT.OUT.CMF.MEF", $outroot); 156 156 #my $bin1Name = $ipprc->filename("PPSTACK.BIN1", $outroot); 157 157 #my $bin2Name = $ipprc->filename("PPSTACK.BIN2", $outroot); … … 215 215 216 216 # Register the run as completed 217 { 218 my $command = "$stacktool -updaterun -stack_id $stack_id -state stop"; # Command to run stacktool 217 # XXX why is this needed? the stackRun is set to 'full' by the stacktool -addsumskyfile command... 218 if (0) { 219 my $command = "$stacktool -updaterun -stack_id $stack_id -state full"; # Command to run stacktool 219 220 $command .= " -dbname $dbname" if defined $dbname; 220 221
Note:
See TracChangeset
for help on using the changeset viewer.
