- Timestamp:
- Aug 11, 2009, 2:36:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup/ippScripts/scripts/stack_skycell.pl
r23745 r25050 65 65 66 66 my $ipprc = PS::IPP::Config->new() or my_die( "Unable to set up", $stack_id, $PS_EXIT_CONFIG_ERROR ); # IPP configuration 67 $| = 1; 68 print "I've set up: $stack_id\n"; 67 69 68 70 # XXX camera is not known here; cannot use filerules... … … 107 109 &my_die("Stack list contains less than two elements", $stack_id, $PS_EXIT_SYS_ERROR) unless 108 110 scalar @$files >= 2; 111 112 print "I've loaded my inputs: $stack_id\n"; 109 113 110 114 # Parse the list of input files to get the tesselation, skycell identifiers and camera … … 146 150 } 147 151 152 print "I've configured everything: $stack_id\n"; 153 148 154 # Generate MDC file with the inputs 149 155 my $tess_base = basename($tess_id); … … 180 186 print $listFile "END\n\n"; 181 187 } 188 189 print "I've checked everything: $stack_id\n"; 182 190 183 191 # Get the output filenames … … 200 208 201 209 my $cmdflags; 210 202 211 203 212 # Perform stacking … … 265 274 # &my_die("Couldn't find expected output file: $bin2Name", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($bin2Name); 266 275 } 267 276 277 print "I've stacked $listName: $stack_id\n"; 268 278 } 269 279 … … 298 308 } 299 309 310 print "I've updated teh database: $stack_id\n"; 311 300 312 301 313 my $my_die_called = 0; … … 372 384 } 373 385 386 print "I've reached the end of processing with a code of $?: $stack_id\n"; 374 387 375 388 END {
Note:
See TracChangeset
for help on using the changeset viewer.
