descriptor->AddOption("Pan","The input pan image (will perform orthofusionbetween input image (xs) and pan","pan",1,false,otb::ApplicationDescriptor::InputImage);
descriptor->AddOption("TOA","compute reflectance on top of the atmosphere","toa",0,false,ApplicationDescriptor::Boolean);
descriptor->AddOutputImage();
descriptor->AddOption("UpperLeft","Cartographic X/Y coordinate of upper left corner ","ul",2,false,otb::ApplicationDescriptor::Real);
descriptor->AddOption("OutputSize","Size of result image in X/Y","size",2,false,otb::ApplicationDescriptor::Integer);
...
...
@@ -292,7 +330,7 @@ int OrthoRectification::Describe(ApplicationDescriptor* descriptor)
descriptor->AddOptionNParams("InterpolatorType",
"Type LINEAR/BCO/NEARESTNEIGHBOR (optional, linear by default)","interp",false,otb::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);