IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2008, 3:36:35 PM (17 years ago)
Author:
Paul Price
Message:

Adding skycell_id

File:
1 edited

Legend:

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

    r18489 r21020  
    7676        $ipprc->outroot_prepare( $outroot );
    7777
    78         my $command = "$diff_skycell --diff_id $diff_id --dbname $dbname --outroot $outroot";
     78        my $command = "$diff_skycell --diff_id $diff_id --skycell_id $skycell_id --dbname $dbname --outroot $outroot";
    7979        $command .= " --verbose" if defined $verbose;
    8080        $command .= " --no-op" if defined $no_op;
Note: See TracChangeset for help on using the changeset viewer.