IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2008, 9:52:57 AM (18 years ago)
Author:
Paul Price
Message:

Adding outroot instead of workdir for chip and camera; adding verbose flags.

File:
1 edited

Legend:

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

    r15458 r16336  
    2626
    2727my ($dbname,                    # Database name to use
     28    $verbose,                   # Verbose operations?
    2829    $no_op,                     # No operations?
    2930    $no_update,                 # No updating?
    3031    );
    3132GetOptions(
    32            'dbname|d=s' => \$dbname,
     33           'dbname=s' => \$dbname,
     34           'verbose' => \$verbose,
    3335           'no-op' => \$no_op,
    3436           'no-update' => \$no_update,
     
    7274       
    7375        my $command = "$diff_skycell --diff_id $diff_id --dbname $dbname";
     76        $command .= " --verbose" if defined $verbose;
    7477        $command .= " --no-op" if defined $no_op;
    7578        $command .= " --no-update" if defined $no_update;
Note: See TracChangeset for help on using the changeset viewer.