descriptor->SetDescription("Concatenate n images in a multiband image");
descriptor->AddOptionNParams("InputImagesList","Images list to concatenate","il",true,ApplicationDescriptor::InputImage);
descriptor->AddOutputImage();
descriptor->AddOption("OutputPixelType",
"OutputPixelType: unsigned char (1), short int (2), int (3), float (4),"
" double (5), unsigned short int (12), unsigned int (13); default 2",
"t",1,false,ApplicationDescriptor::Integer);
descriptor->AddOption("OutputNameList",
"Text file containing the name of the images used to generate the output in the same order",
"ot",1,false,ApplicationDescriptor::String);
descriptor->AddOption("AvailableMemory","Set the maximum of available memory for the pipeline execution in mega bytes (optional, 256 by default)","ram",1,false,otb::ApplicationDescriptor::Integer);