- Timestamp:
- Jun 27, 2012, 4:16:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test/ppStack/src/ppStackTarget.c
r34041 r34102 196 196 197 197 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 199 202 200 203 if (meanVariance < minVariance) {
Note:
See TracChangeset
for help on using the changeset viewer.
