From 66ec2d2db201877a96e522b02107c8ddbe959ce6 Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org> Date: Mon, 9 Jan 2012 18:03:29 +0100 Subject: [PATCH] DOC:improve -milli option documentation --- Applications/Radiometry/otbOpticalCalibration.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Radiometry/otbOpticalCalibration.cxx b/Applications/Radiometry/otbOpticalCalibration.cxx index f8f8d03ec5..d46b6013e4 100644 --- a/Applications/Radiometry/otbOpticalCalibration.cxx +++ b/Applications/Radiometry/otbOpticalCalibration.cxx @@ -105,7 +105,7 @@ private: AddParameter(ParameterType_Empty, "milli", "Convert to milli reflectance"); SetParameterDescription("milli", "Output milli-reflectance instead of reflectance.\n" - "This allows to put save the image in integer pixel type (in the range [0, 1000] instead of floating point in the range [0, 1]."); + "This allows to put save the image in integer pixel type (in the range [0, 1000] instead of floating point in the range [0, 1]. In order to do that, use this option and set the output pixel type (-out filename uint16 for example)"); DisableParameter("milli"); MandatoryOff("milli"); -- GitLab