Skip to content
Snippets Groups Projects
Commit 5d0c2975 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

DOC: Optical calibration application doc update.

parent c8833175
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,16 @@ private:
oss << "Perform optical calibration TOA/TOC (Top Of Atmosphere/Top Of Canopy)" << std::endl;
oss << "Supported sensors : QuickBird, Ikonos, WorldView2, Formosat, Spot5";
SetDescription(oss.str());
}
// Documentation
SetDocName("Optical calibration application");
SetDocLongDescription(oss.str());
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
SetDocCLExample("otbApplicationLauncherCommandLine OpticalCalibration ${OTB-BIN}/bin "
"--in --out --milli --level toa");
AddDocTag("Calibration");
}
void DoCreateParameters()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment