/// number of runs to be analyzed, number of lines read by @c ReadRunList()
ReadRunList(&runList);
}
- numberRuns=2;
- runList.push_back(runList.front());
runs = new Run*[numberRuns];
cout << "Found " << numberRuns << " run(s) in 'runlist.txt' or given as parameters." << endl;
}
runs[runi]->setResultsPath("./results/");
runs[runi]->error=runs[runi]->initRun();
-// if (runi%2)
-// {
- if(runs[runi]->setDynamicalNoiseMode("simple")) cout << coloryellow << "Passed noise mode not recognized, using simple moving average" << endlr;
-// }
-// else
-// {
-// if(runs[runi]->setDynamicalNoiseMode("exponential")) cout << coloryellow << "Passed noise mode not recognized, using simple moving average" << endlr;
-// }
+ runs[runi]->setDynamicalNoiseMode("simple");
runs[runi]->useDynamicalNoise(true);
// runs[runi]->analyzeFrame(15684);