IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20100


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

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

Location:
trunk/ippScripts/scripts
Files:
7 edited

Legend:

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

    r17671 r20100  
    1818use IPC::Cmd 0.36 qw( can_run run );
    1919use PS::IPP::Metadata::Config;
    20 use PS::IPP::Metadata::Stats;
    2120use PS::IPP::Config 1.01 qw( :standard );
    2221
  • trunk/ippScripts/scripts/detrend_correct_imfile.pl

    r18562 r20100  
    1616use IPC::Cmd 0.36 qw( can_run run );
    1717use PS::IPP::Metadata::Config;
    18 use PS::IPP::Metadata::Stats;
    1918use PS::IPP::Config 1.01 qw( :standard );
    2019
  • 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
  • trunk/ippScripts/scripts/flatcorr_init.pl

    r17671 r20100  
    3434use IPC::Cmd 0.36 qw( can_run run );
    3535use PS::IPP::Metadata::Config;
    36 use PS::IPP::Metadata::Stats;
    3736use PS::IPP::Config 1.01 qw( :standard );
    3837
  • trunk/ippScripts/scripts/flatcorr_proc.pl

    r19373 r20100  
    3333use IPC::Cmd 0.36 qw( can_run run );
    3434use PS::IPP::Metadata::Config;
    35 use PS::IPP::Metadata::Stats;
    3635use PS::IPP::Metadata::List qw( parse_md_list );
    3736use PS::IPP::Config 1.01 qw( :standard );
  • trunk/ippScripts/scripts/summit_copy.pl

    r19788 r20100  
    1010use PS::IPP::Config 1.01 qw( :standard );
    1111use PS::IPP::Metadata::Config;
    12 use PS::IPP::Metadata::Stats;
    1312use Sys::Hostname;
    1413
  • trunk/ippScripts/scripts/warp_overlap.pl

    r19263 r20100  
    1616use IPC::Cmd 0.36 qw( can_run run );
    1717use PS::IPP::Metadata::Config;
    18 use PS::IPP::Metadata::Stats;
    1918use PS::IPP::Metadata::List qw( parse_md_list );
    2019use File::Temp qw( tempfile );
Note: See TracChangeset for help on using the changeset viewer.