IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2008, 11:35:41 AM (18 years ago)
Author:
eugene
Message:

dropping deprecated PS::IPP::Metadata::Stats

File:
1 edited

Legend:

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

    r19938 r20100  
    3535use IPC::Cmd 0.36 qw( can_run run );
    3636use PS::IPP::Metadata::Config;
    37 use PS::IPP::Metadata::Stats;
    3837use PS::IPP::Config 1.01 qw( :standard );
    3938
     
    8584    &my_die("Couldn't find selected reduction for FAKE: $reduction\n", $exp_id, $fake_id, $class_id, $PS_EXIT_CONFIG_ERROR);
    8685}
    87 
    88 # values to extract from output metadata and the stats to calculate
    89 # XXX not sure if this is needed by fake_imfile.pl
    90 # my $STATS =
    91 #    [
    92 #        #          PPSTATS KEYWORD         STATISTIC          CHIPTOOL FLAG
    93 #        { name => "ROBUST_MEDIAN",  type => "mean",  flag => "-bg",             dtype => "float" },
    94 #        { name => "ROBUST_MEDIAN",  type => "stdev", flag => "-bg_mean_stdev",  dtype => "float" },
    95 #        { name => "ROBUST_STDEV",   type => "rms",   flag => "-bg_stdev",       dtype => "float" },
    96 #    ];
    97 # my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
    9886
    9987# Look for programs we need
Note: See TracChangeset for help on using the changeset viewer.