Skip to content
Snippets Groups Projects
Commit 615d3d22 authored by Rob van Nieuwpoort's avatar Rob van Nieuwpoort
Browse files

Bug 1198: working on online flagger and broken station detector

parent 8ff4e103
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ void PostCorrelationFlagger::thresholdingFlagger(CorrelatedData* correlatedData) ...@@ -37,7 +37,7 @@ void PostCorrelationFlagger::thresholdingFlagger(CorrelatedData* correlatedData)
{ {
thresholdingFlaggerTimer.start(); thresholdingFlaggerTimer.start();
float threshold = itsPowerMean + itsCutoffThreshold * itsPowerStdDev; float threshold = itsPowerMedian + itsCutoffThreshold * itsPowerStdDev;
unsigned index = 0; unsigned index = 0;
unsigned totalSamplesFlagged = 0; unsigned totalSamplesFlagged = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment