IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18499


Ignore:
Timestamp:
Jul 13, 2008, 2:53:36 PM (18 years ago)
Author:
eugene
Message:

add path_base to fault; log goes to exp, not imfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080706/ippScripts/scripts/detrend_reject_imfile.pl

    r18048 r18499  
    7070$ipprc->define_camera($camera);
    7171if ($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")
    7573       or &my_die("Missing entry from camera config", $det_id, $iter, $exp_id, $PS_EXIT_CONFIG_ERROR);
    7674    $ipprc->redirect_output($logDest);
     
    553551        $command .= " -iteration $iter";
    554552        $command .= " -exp_id $exp_id";
     553        $command .= " -path_base $outroot";
    555554        $command .= " -code $exit_code";
    556555        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.