Changeset 19545 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Sep 12, 2008, 4:20:57 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r19396 r19545 28 28 use Pod::Usage qw( pod2usage ); 29 29 30 my ($stack_id, $dbname, $outroot, $debug, $threads, $verbose, $no_update, $no_op, $ save_temps);30 my ($stack_id, $dbname, $outroot, $debug, $threads, $verbose, $no_update, $no_op, $redirect, $save_temps); 31 31 GetOptions( 32 32 'stack_id|d=s' => \$stack_id, # Stack identifier … … 38 38 'no-update' => \$no_update, # Don't update the database? 39 39 'no-op' => \$no_op, # Don't do any operations? 40 'redirect-output' => \$redirect, 40 41 'save-temps' => \$save_temps, # Save temporary files? 41 42 ) or pod2usage( 2 ); … … 47 48 ) unless defined $stack_id 48 49 and defined $outroot; 50 51 # XXX camera is not known here; cannot use filerules... 52 # my $logDest = $ipprc->filename("LOG.EXP", $outroot); 53 54 my $logDest = "$outroot.log"; 55 $ipprc->redirect_output($logDest) if $redirect; 49 56 50 57 my $STATS = … … 97 104 my $camera; # Camera 98 105 foreach my $file (@$files) { 99 # skip warps which are spe icified as 'ignored'106 # skip warps which are specified as 'ignored' 100 107 if ($file->{ignored}) { next; } 101 108 if (defined $tess_id) { … … 166 173 my $outputStats = $ipprc->filename("SKYCELL.STATS", $outroot); 167 174 my $traceDest = $ipprc->filename("TRACE.EXP", $outroot); 168 my $logDest = $ipprc->filename("LOG.EXP", $outroot);169 175 my $configuration = $ipprc->filename("PPSTACK.CONFIG", $outroot); 170 176
Note:
See TracChangeset
for help on using the changeset viewer.
