IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2008, 4:45:43 PM (18 years ago)
Author:
bills
Message:

pass dbname to ppStats

File:
1 edited

Legend:

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

    r17803 r17927  
    128128    # extract the data from the image header; -level is used to get FILE.LEVEL and CLASS.ID
    129129    my $command = "$ppStats $uri -recipe PPSTATS $RECIPE -level"; # Command to run ppStats
     130    $command .= " -dbname $dbname" if defined $dbname;
    130131    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    131132        cache_run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.