std::cout<<"Shape of data cells: "<<freqCount<<" channels x "<<polarizationCount<<" pols x "<<raCount<<" RAs x "<<decCount<<" decs"<<"="<<totalSize<<'\n';
s<<"saveSingleDishFlags() : mismatch in polarization count: the given vector contains "<<flags.size()<<" polarizations, the number of polarizations in the file is "<<polarizationCount;