removed measurments from ctb gui

This commit is contained in:
2019-08-09 12:01:26 +02:00
parent 704a26af70
commit e7af4d7518
4 changed files with 32 additions and 33 deletions

View File

@ -67,11 +67,11 @@ class deserializer : public slsDetectorData<int> {
}
wp=(int64_t*)ptr;
for (iw=0; iw<nch*dr/nb; iw) {
for (iw=0; iw<nch/nb; iw) {
word=*wp;;
if (ioff<off) {
ioff++;
cout <<"*";
// cout <<"*";
} else {
//if (idr<16) {
ib=0;