Skip to content
Snippets Groups Projects
Commit a84f9c1a authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: Mantis-1237: fix parameter order

parent 5dbb057b
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,9 @@ private:
AddParameter(ParameterType_InputImage, "inxs", "Input XS Image");
SetParameterDescription("inxs"," Input XS image.");
AddParameter(ParameterType_OutputImage, "out", "Output image");
SetParameterDescription("out"," Output image.");
// Elevation
ElevationParametersHandler::AddElevationParameters(this, "elev");
......@@ -89,8 +92,7 @@ private:
AddParameter(ParameterType_Float, "lms", "Spacing of the deformation field");
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();
MandatoryOff("lms");
......
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