IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2012, 4:16:55 PM (14 years ago)
Author:
mhuber
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/meh_branches/ppstack_test/ppStack/src/ppStackTarget.c

    r34041 r34102  
    196196
    197197        float norm = powf(10.0, -0.4 * options->norm->data.F32[i]); // Normalisation from stars
    198         float meanVariance = bg->robustMedian * PS_SQR(norm);       // Mean variance in normalised image
     198//        float meanVariance = bg->robustMedian * PS_SQR(norm);       // Mean variance in normalised image
     199        //MEH - gene emailed about this and is in trunk already (just after merge)
     200        float meanVariance = mean * PS_SQR(norm);       // Mean variance in normalised image
     201
    199202
    200203        if (meanVariance < minVariance) {
Note: See TracChangeset for help on using the changeset viewer.