Skip to content
Snippets Groups Projects
Commit b0aec2b2 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

DOC: band math application doc update.

parent 0f481e19
Branches
Tags
No related merge requests found
......@@ -70,10 +70,10 @@ private:
void DoCreateParameters()
{
AddParameter(ParameterType_InputImageList, "il", "Input image list");
SetParameterDescription("il", "Image list to perform computation on");
SetParameterDescription("il", "Image list to perform computation on.");
AddParameter(ParameterType_OutputImage, "out", "Output Image");
SetParameterDescription("out","Output image");
SetParameterDescription("out","Output image.");
AddParameter(ParameterType_String, "exp", "Expression");
SetParameterDescription("exp",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment