Changeset 18499
- Timestamp:
- Jul 13, 2008, 2:53:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080706/ippScripts/scripts/detrend_reject_imfile.pl
r18048 r18499 70 70 $ipprc->define_camera($camera); 71 71 if ($redirect) { 72 # XXX should this really be going to LOG.IMFILE? 73 # That's where detrend.resid.pro was sending it 74 my $logDest = $ipprc->filename("LOG.IMFILE", $outroot, "NONE") 72 my $logDest = $ipprc->filename("LOG.EXP", $outroot, "NONE") 75 73 or &my_die("Missing entry from camera config", $det_id, $iter, $exp_id, $PS_EXIT_CONFIG_ERROR); 76 74 $ipprc->redirect_output($logDest); … … 553 551 $command .= " -iteration $iter"; 554 552 $command .= " -exp_id $exp_id"; 553 $command .= " -path_base $outroot"; 555 554 $command .= " -code $exit_code"; 556 555 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
