X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fimagefile.cpp;fp=libctsim%2Fimagefile.cpp;h=623b4e32c265de5b75abdc46531bab1088b546ab;hp=8710e5a002eae10c85804ec1aee911b7c8e66d22;hb=fb17e4a8130583e4d7a911fdaa70782561cd6a3e;hpb=4dcc4369ae9a151a27c3e3fbc183978db4ea6bdd diff --git a/libctsim/imagefile.cpp b/libctsim/imagefile.cpp index 8710e5a..623b4e3 100644 --- a/libctsim/imagefile.cpp +++ b/libctsim/imagefile.cpp @@ -264,6 +264,7 @@ ImageFile::printStatistics (std::ostream& os) const if (isComplex()) os << "Real Component Statistics" << std::endl; + os << std::setprecision(7); os << " min: " << min << std::endl; os << " max: " << max << std::endl; os << " mean: " << mean << std::endl;