IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18360


Ignore:
Timestamp:
Jun 29, 2008, 2:46:49 PM (18 years ago)
Author:
eugene
Message:

need to supply path_base with fault

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/camera_exp.pl

    r18013 r18360  
    323323        $command .= " -hostname $host" if defined $host;
    324324        $command .= " -dbname $dbname" if defined $dbname;
     325        $command .= " -path_base $outroot" if defined $outroot;
    325326        system ($command);
    326327    }
  • trunk/ippScripts/scripts/chip_imfile.pl

    r18019 r18360  
    226226    my $class_id = shift; # Class identifier
    227227    my $exit_code = shift; # Exit code to add
     228    # outputImage and outroot are globals
    228229
    229230    carp($msg);
     
    235236        $command .= " -code $exit_code";
    236237        $command .= " -uri $outputImage";
     238        $command .= " -path_base $outroot";
    237239        $command .= " -hostname $host" if defined $host;
    238240        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.