Changeset 19545 for trunk/ippScripts/scripts/diff_skycell.pl
- Timestamp:
- Sep 12, 2008, 4:20:57 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r19464 r19545 25 25 use Pod::Usage qw( pod2usage ); 26 26 27 my ($diff_id, $dbname, $threads, $outroot, $verbose, $no_update, $no_op );27 my ($diff_id, $dbname, $threads, $outroot, $verbose, $no_update, $no_op, $redirect); 28 28 GetOptions( 29 29 'diff_id|d=s' => \$diff_id, # Diff identifier … … 34 34 'no-update' => \$no_update, # Don't update the database? 35 35 'no-op' => \$no_op, # Don't do any operations? 36 'redirect-output' => \$redirect, 36 37 ) or pod2usage( 2 ); 37 38 … … 42 43 ) unless defined $diff_id 43 44 and defined $outroot; 45 46 # XXX camera is not known here; cannot use filerules... 47 # my $logDest = $ipprc->filename("LOG.EXP", $outroot); 48 49 my $logDest = "$outroot.log"; 50 $ipprc->redirect_output($logDest) if $redirect; 44 51 45 52 my $STATS = … … 183 190 my $outputStats = $ipprc->filename("SKYCELL.STATS", $outroot); 184 191 my $traceDest = $ipprc->filename("TRACE.EXP", $outroot); 185 my $logDest = $ipprc->filename("LOG.EXP", $outroot);186 192 187 193 # Perform subtraction
Note:
See TracChangeset
for help on using the changeset viewer.
