IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2008, 11:52:31 AM (17 years ago)
Author:
Paul Price
Message:

Fixing definition of RMS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsFromMetadataStats.c

    r19969 r20888  
    4242        double value;
    4343        if (!strcasecmp (entry->statistic, "RMS")) {
    44             value = sqrt(stats->sampleMean * entry->vector->n);
     44            value = sqrt(stats->sampleMean);
    4545            goto got_value;
    4646        }
Note: See TracChangeset for help on using the changeset viewer.