IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2007, 12:52:10 PM (19 years ago)
Author:
eugene
Message:

rejection is now a recipe; added rejection by flux

File:
1 edited

Legend:

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

    r13698 r13722  
    127127my $logFile;
    128128unless ($no_op) {
    129     $logFile = $ipprc->file_create_open( $logName );
     129    $logFile = $ipprc->file_create_append( $logName );
    130130    print $logFile "Ensemble mean " . $meanStats->mean() . " +/- " . $meanStats->standard_deviation .
    131131        ", stdev " . $stdevStats->mean() . " +/- " . $stdevStats->standard_deviation() . "\n\n";
Note: See TracChangeset for help on using the changeset viewer.