IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2006, 12:01:34 PM (20 years ago)
Author:
Paul Price
Message:

Removing stats filter, after putting the appropriate things into the concepts so that it shouldn't be source-dependent now

File:
1 edited

Legend:

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

    r8763 r8946  
    1010use PS::IPP::Metadata::Config;
    1111use PS::IPP::Metadata::Stats;
    12 use PS::IPP::Metadata::StatsFilter;
    1312use Data::Dumper;
    1413
     
    8685    my $metadata = $mdcParser->parse(join "", @$stdout_buf)
    8786            or die "unable to parse metadata config doc";
    88     my $statsfilter = PS::IPP::Metadata::StatsFilter->new;
    89     $metadata = $statsfilter->filter($metadata)
    90         or die "failed to filter stats document";
    9187    my @constants = keys %{CONSTANTS()}; # List of constants to parse out
    9288    my @variables = keys %{VARIABLES()}; # List of variables to parse out
Note: See TracChangeset for help on using the changeset viewer.