X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsim%2Fimagefile.cpp;h=623b4e32c265de5b75abdc46531bab1088b546ab;hb=0219ede69e1c3afc6e160b8f276bfd4617acbc08;hp=8710e5a002eae10c85804ec1aee911b7c8e66d22;hpb=f161139c375cdfd558dbd2d6c6a4f3ae63c8e3e2;p=ctsim.git 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;