IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

need to supply path_base with fault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.