diff --git a/Modules/Applications/AppSARCalibration/app/otbSARDeburst.cxx b/Modules/Applications/AppSARCalibration/app/otbSARDeburst.cxx
index 376bf55c96979c3d2566d30a9b1c3b0036934293..181a0a53808a6333feab0b8a43bfc3786c2919db 100644
--- a/Modules/Applications/AppSARCalibration/app/otbSARDeburst.cxx
+++ b/Modules/Applications/AppSARCalibration/app/otbSARDeburst.cxx
@@ -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");