Changeset 18048 for trunk/ippScripts/scripts/detrend_resid.pl
- Timestamp:
- Jun 10, 2008, 8:46:59 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_resid.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_resid.pl
r17971 r18048 25 25 26 26 my ( $det_id, $iter, $exp_id, $exp_tag, $class_id, $det_type, $detrend, $input_uri, $camera, $mode, $outroot, 27 $dbname, $reduction, $verbose, $no_update, $no_op );27 $dbname, $reduction, $verbose, $no_update, $no_op, $redirect ); 28 28 GetOptions( 29 29 'det_id|d=s' => \$det_id, … … 43 43 'no-update' => \$no_update, 44 44 'no-op' => \$no_op, 45 'redirect-output' => \$redirect, 45 46 ) or pod2usage( 2 ); 46 47 … … 61 62 62 63 $ipprc->define_camera($camera); 64 my $logDest = $ipprc->filename("LOG.IMFILE", $outroot, $class_id); 65 if ($redirect) { 66 $ipprc->redirect_output($logDest); 67 } 63 68 64 69 # Recipes to use as a function of detrend type and mode … … 137 142 my $outputStats = $ipprc->filename("PPIMAGE.STATS", $outroot, $class_id); 138 143 my $traceDest = $ipprc->filename("TRACE.IMFILE", $outroot, $class_id); 139 my $logDest = $ipprc->filename("LOG.IMFILE", $outroot, $class_id);140 144 141 145 # Run ppImage & ppStats
Note:
See TracChangeset
for help on using the changeset viewer.
