Commit a84f9c1a authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: Mantis-1237: fix parameter order

No related merge requests found
Showing with 4 additions and 2 deletions
+4 -2
...@@ -70,6 +70,9 @@ private: ...@@ -70,6 +70,9 @@ private:
AddParameter(ParameterType_InputImage, "inxs", "Input XS Image"); AddParameter(ParameterType_InputImage, "inxs", "Input XS Image");
SetParameterDescription("inxs"," Input XS image."); SetParameterDescription("inxs"," Input XS image.");
AddParameter(ParameterType_OutputImage, "out", "Output image");
SetParameterDescription("out"," Output image.");
// Elevation // Elevation
ElevationParametersHandler::AddElevationParameters(this, "elev"); ElevationParametersHandler::AddElevationParameters(this, "elev");
...@@ -89,8 +92,7 @@ private: ...@@ -89,8 +92,7 @@ private:
AddParameter(ParameterType_Float, "lms", "Spacing of the deformation field"); AddParameter(ParameterType_Float, "lms", "Spacing of the deformation field");
SetParameterDescription("lms"," Spacing of the deformation field. Default is 10 times the PAN image spacing."); SetParameterDescription("lms"," Spacing of the deformation field. Default is 10 times the PAN image spacing.");
AddParameter(ParameterType_OutputImage, "out", "Output image");
SetParameterDescription("out"," Output image.");
AddRAMParameter(); AddRAMParameter();
MandatoryOff("lms"); MandatoryOff("lms");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment