IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12111


Ignore:
Timestamp:
Feb 27, 2007, 6:07:12 PM (19 years ago)
Author:
Paul Price
Message:

Fixing compilation problem.

File:
1 edited

Legend:

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

    r12079 r12111  
    3434use Pod::Usage qw( pod2usage );
    3535
    36 my ($diff_id, $camera, $dbname, $workdir, $no_update, $no_op);
     36my ($diff_id, $dbname, $workdir, $no_update, $no_op);
    3737GetOptions(
    3838    'diff_id|d=s'       => \$diff_id, # Diff identifier
     
    165165    # Add the subtraction result
    166166    {
    167         my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName -path_base $outputRoot";
     167        my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName"; # -path_base $outputRoot";
    168168        $command .= " -bg $bg -bg_stdev $bg_stdev";
    169169        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.