diff --git a/JFMC_BackplanePulsing.cpp b/JFMC_BackplanePulsing.cpp index 2ae0469..357cb43 100644 --- a/JFMC_BackplanePulsing.cpp +++ b/JFMC_BackplanePulsing.cpp @@ -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 {