From 9ed596c370b4d78cf154a95689b70c776bf5db36 Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Tue, 25 Oct 2011 16:36:07 +0200 Subject: [PATCH] ENH: add complex params to the ApplicationTest --- Applications/Test/otbTestApplication.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/Test/otbTestApplication.cxx b/Applications/Test/otbTestApplication.cxx index 0aa180e063..49bb99d846 100644 --- a/Applications/Test/otbTestApplication.cxx +++ b/Applications/Test/otbTestApplication.cxx @@ -86,7 +86,7 @@ private: AddParameter(ParameterType_OutputImage, "outgroup.outputimage", "Output Image"); //AddParameter(ParameterType_OutputVectorData, "outgroup.outputvectordata", "Output Vector Data"); - AddParameter(ParameterType_Radius, "radius", "Radius"); + //AddParameter(ParameterType_Radius, "radius", "Radius"); AddParameter(ParameterType_InputImageList, "il", "Input image list"); MandatoryOff("il"); @@ -95,7 +95,7 @@ private: AddChoice("cl.choice1", "cl.choice1"); AddChoice("cl.choice2", "cl.choice2"); MandatoryOff("cl"); - + AddParameter(ParameterType_ComplexInputImage, "cin", "Input Complex Image"); AddParameter(ParameterType_ComplexOutputImage, "cout", "Output Complex Image"); } -- GitLab