Skip to content
Snippets Groups Projects
Commit 3af66fd2 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: Wrong input parameter type

parent 46764d72
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ private:
AddDocTag(Tags::Calibration);
AddDocTag(Tags::SAR);
AddParameter(ParameterType_ComplexInputImage, "in", "Input Image");
AddParameter(ParameterType_InputImage, "in", "Input Image");
SetParameterDescription("in", "Input image");
AddParameter(ParameterType_OutputImage, "out", "Output Image");
......
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