- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/stack_skycell.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ippScripts/scripts/stack_skycell.pl
r23594 r24244 212 212 $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF"; 213 213 $command .= " -F PSPHOT.BACKMDL PSPHOT.BACKMDL.MEF"; 214 $command .= " -F SOURCE.PLOT.MOMENTS SOURCE.PLOT.SKY.MOMENTS"; 215 $command .= " -F SOURCE.PLOT.PSFMODEL SOURCE.PLOT.SKY.PSFMODEL"; 216 $command .= " -F SOURCE.PLOT.APRESID SOURCE.PLOT.SKY.APRESID"; 214 217 $command .= " -photometry"; 215 218 $command .= " -threads $threads" if defined $threads; … … 232 235 &my_die("Unable to perform ppStack: $error_code", $stack_id, $error_code); 233 236 } 234 &my_die("Couldn't find expected output file: $outputName", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputName); 235 &my_die("Couldn't find expected output file: $outputMask", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputMask); 236 &my_die("Couldn't find expected output file: $outputWeight", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputWeight); 237 &my_die("Couldn't find expected output file: $outputSources", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputSources); 238 # &my_die("Couldn't find expected output file: $bin1Name", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($bin1Name); 239 # &my_die("Couldn't find expected output file: $bin2Name", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($bin2Name); 240 237 238 my $quality; # Quality flag 241 239 if ($do_stats) { 242 240 my $outputStatsReal = $ipprc->file_resolve($outputStats); … … 255 253 } 256 254 chomp $cmdflags; 257 } 255 256 ($quality) = $cmdflags =~ /-quality (\d+)/; # Quality flag 257 } 258 259 if (!$quality) { 260 &my_die("Couldn't find expected output file: $outputName", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputName); 261 &my_die("Couldn't find expected output file: $outputMask", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputMask); 262 &my_die("Couldn't find expected output file: $outputWeight", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputWeight); 263 &my_die("Couldn't find expected output file: $outputSources", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputSources); 264 # &my_die("Couldn't find expected output file: $bin1Name", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($bin1Name); 265 # &my_die("Couldn't find expected output file: $bin2Name", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($bin2Name); 266 } 267 258 268 } 259 269 … … 306 316 307 317 if (defined $stack_id and not $no_update) { 308 my $command = "$stacktool -stack_id $stack_id - code$exit_code";318 my $command = "$stacktool -stack_id $stack_id -fault $exit_code"; 309 319 if ($run_state eq 'new') { 310 320 $command .= " -addsumskyfile";
Note:
See TracChangeset
for help on using the changeset viewer.
