mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 09:10:01 +02:00
Previously forgot to change singlePhotonCounter on line 192 of jungfrauRawDataProcess.cpp so that the common mode correction was applied again. Now fixed.
This commit is contained in:
parent
88e6b9685e
commit
f3c669f193
@ -184,15 +184,13 @@ int main(int argc, char *argv[]) {
|
|||||||
cout << "Nframes is " << nframes << endl;
|
cout << "Nframes is " << nframes << endl;
|
||||||
|
|
||||||
uint32_t nnx, nny;
|
uint32_t nnx, nny;
|
||||||
//commonModeSubtraction *cm = NULL;
|
commonModeSubtraction *cm = NULL;
|
||||||
//#ifdef CMS
|
#ifdef CMS
|
||||||
//cm = new commonModeSubtractionSuperColumnJF();
|
cm = new commonModeSubtractionSuperColumnJF();
|
||||||
//std::cout << "Enabled common mode subtraction" << std::endl;
|
std::cout << "Enabled common mode subtraction" << std::endl;
|
||||||
//#endif
|
#endif
|
||||||
//singlePhotonDetector *filter = new singlePhotonDetector(
|
|
||||||
// decoder, 3, nsigma, 1, cm, nped, 200, -1, -1, gainmap, NULL);
|
|
||||||
singlePhotonDetector *filter = new singlePhotonDetector(
|
singlePhotonDetector *filter = new singlePhotonDetector(
|
||||||
decoder, 3, nsigma, 1, NULL, nped, 200, -1, -1, gainmap, NULL);
|
decoder, 3, nsigma, 1, cm, nped, 200, -1, -1, gainmap, NULL);
|
||||||
|
|
||||||
if (gainfname) {
|
if (gainfname) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user