IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18498


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

add path_base to fault call

File:
1 edited

Legend:

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

    r18473 r18498  
    324324    carp($msg);
    325325    if (defined $cam_id and not $no_update) {
    326         my $command = "$camtool -addprocessedexp -cam_id $cam_id -uri UNKNOWN -code $exit_code";
     326        my $command = "$camtool -addprocessedexp";
     327        $command .= " -cam_id $cam_id";
     328        $command .= " -uri UNKNOWN";
     329        $command .= " -code $exit_code";
     330        $command .= " -path_base $outroot";
    327331        $command .= " -hostname $host" if defined $host;
    328332        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.