IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12051


Ignore:
Timestamp:
Feb 26, 2007, 11:20:39 AM (19 years ago)
Author:
Paul Price
Message:

Adding required module. -b1_uri not implemented yet.

File:
1 edited

Legend:

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

    r12043 r12051  
    1616use PS::IPP::Metadata::Config;
    1717use PS::IPP::Metadata::Stats;
     18use PS::IPP::Metadata::List qw( parse_md_list );
    1819use Data::Dumper;
    1920
     
    160161    # Add the subtraction result
    161162    {
    162         my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName -b1_uri $outputRoot";
     163        my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName"; # -b1_uri $outputRoot";
    163164        $command .= " -bg $bg -bg_stdev $bg_stdev";
    164165        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.