Took a better scan for module 027 since we have it back at PSI now from ESRF. No dropped frames this time - better.
This commit is contained in:
@@ -130,7 +130,7 @@ int main(int argc, char* argv[]) {
|
||||
} else if (module_str == "022") {
|
||||
sprintf(filename,"/mnt/pcmoench_jungfrau_data/Module_022_vbackpulse/bpp_scan1_20170303_%%6.6d.dat");
|
||||
} else if (module_str == "027") {
|
||||
sprintf(filename,"/mnt/pcmoench_jungfrau_data/Module_027_Calib/BP_180322_scan4_%%6.6d.dat");
|
||||
sprintf(filename,"/mnt/pcmoench_jungfrau_data/Module_027_Calib/BackplanePulsing_scan1_2017-10-09_%%6.6d.dat");
|
||||
} else if (module_str == "040") {
|
||||
sprintf(filename,"/mnt/pcmoench_jungfrau_data/Module_040_Calib/BP_240322_scan_%%6.6d.dat");
|
||||
} else if (module_str == "044") {
|
||||
@@ -168,7 +168,7 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
cout << "framecounter " << framecounter << endl;
|
||||
// ok for 006 021 022 044
|
||||
// 027: 21799, 040: 21899
|
||||
// 040: 21899
|
||||
if (framecounter == 21999 || framecounter == 22000) {
|
||||
cout << "expected number of frames" << endl;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user