IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32650


Ignore:
Timestamp:
Nov 10, 2011, 11:09:41 AM (15 years ago)
Author:
bills
Message:

add missing -dbname

File:
1 edited

Legend:

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

    r32537 r32650  
    221221        my $command = "$magicdstool -magic_ds_id $magic_ds_id -getskycells";
    222222        $command .= " $skycell_args";
     223        $command .= " -dbname $dbname" if $dbname;
    223224        my @diff_components;
    224225        if ($mismatched_tess) {
Note: See TracChangeset for help on using the changeset viewer.