X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkSUVPeakGenericFilter.txx;h=498b09b6ae786836e47d7597b05c57b34357759d;hb=70e11d4a0a257afa7e04b11e6240fd6386d4ad0f;hp=127a071ce250346f84aa401eaed3191058b8ea40;hpb=adcb66e6659f609eab388827c24f52280253db99;p=clitk.git diff --git a/tools/clitkSUVPeakGenericFilter.txx b/tools/clitkSUVPeakGenericFilter.txx index 127a071..498b09b 100644 --- a/tools/clitkSUVPeakGenericFilter.txx +++ b/tools/clitkSUVPeakGenericFilter.txx @@ -120,7 +120,7 @@ void SUVPeakGenericFilter::UpdateWithInputImageType() } typename ImageType::PointType p; output->TransformIndexToPhysicalPoint(index, p); - std::cout<<"SUV Peak found in "<< p << " with the value " << max << std::endl; + std::cout<<"SUV Peak found in "<< p << " mm with the value " << max << std::endl; } //--------------------------------------------------------------------