{
if (abs(a[i]) > highlightabove)
std::cout << colorred;
- std::cout.width(precision+4);
+ std::cout.width(precision+5);
std::cout << std::fixed;
std::cout << std::left << std::setprecision(precision);
std::cout << a[i] << colorreset;
else {
cout <<endl <<endl << colorwhite << "---------------- FRAME " << fFrameNumber << " ----------------" << colorreset << endl << endl;
cout<<"CDS matrix:"<<endl;
- debugStream<>(fCdsmatrix, fPixels, fColumns, 1, 19);
+ debugStream<>(fCdsmatrix, fPixels, fColumns, 0, 19);
cout<<"Hitted pixel discriminator matrix:"<<endl;
debugStream<>(fHittedPixel, fPixels, fColumns, 1, 1);