Skip to content
Snippets Groups Projects
Commit 66ec2d2d authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC:improve -milli option documentation

parent c75b3e32
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment