@@ -43,7 +44,6 @@ int OpticalCalibration::Describe(ApplicationDescriptor* descriptor)
descriptor->AddOptionNParams("Level",
"Level of calibration toa or toc",
"level",true,otb::ApplicationDescriptor::String);
descriptor->AddOption("NumStreamDivisions","Number of streaming divisions (optional)","stream",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);
returnEXIT_SUCCESS;
}
...
...
@@ -91,20 +91,20 @@ int OpticalCalibration::Execute(otb::ApplicationOptionsResult* parseResult)