IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2008, 3:39:31 PM (18 years ago)
Author:
Paul Price
Message:

Should be getting values from ROBUST_MEDIAN and ROBUST_STDEV.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080320/ippScripts/scripts/detrend_stack.pl

    r17166 r17208  
    7474   [   
    7575       #          KEYWORD                 STATISTIC          CHIPTOOL FLAG
    76        { name => "bg",             type => "mean",  flag => "-bg",             dtype => "float" },
    77        { name => "bg",             type => "stdev", flag => "-bg_mean_stdev",  dtype => "float" },
    78        { name => "bg_stdev",       type => "rms",   flag => "-bg_stdev",       dtype => "float" },
    79        # { name => "bg_mean_stdev",  type => "rms",   flag => "-bg_mean_stdev" },
     76       { name => "ROBUST_MEDIAN",  type => "mean",  flag => "-bg",             dtype => "float" },
     77       { name => "ROBUST_MEDIAN",  type => "stdev", flag => "-bg_mean_stdev",  dtype => "float" },
     78       { name => "ROBUST_STDEV",   type => "rms",   flag => "-bg_stdev",       dtype => "float" },
    8079   ];
    8180my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
     
    179178# Stack the files
    180179unless ($no_op) {
    181    
    182     ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     180    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    183181        run(command => $command, verbose => $verbose);
    184182    unless ($success) {
Note: See TracChangeset for help on using the changeset viewer.