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