]> Creatis software - clitk.git/blobdiff - tools/clitkSUVPeakGenericFilter.txx
Precise information about SUV peak in comments and output
[clitk.git] / tools / clitkSUVPeakGenericFilter.txx
index 127a071ce250346f84aa401eaed3191058b8ea40..498b09b6ae786836e47d7597b05c57b34357759d 100644 (file)
@@ -120,7 +120,7 @@ void SUVPeakGenericFilter<args_info_type>::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;
 }
 //--------------------------------------------------------------------