mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
11 lines
3.4 KiB
HTML
11 lines
3.4 KiB
HTML
<html><head>
|
|
<style type="text/css">
|
|
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
|
</style>
|
|
</head><body><h1>OpticalCalibration</h1><h2>Brief Description</h2>Perform optical calibration TOA/TOC (Top Of Atmosphere/Top Of Canopy). Supported sensors: QuickBird, Ikonos, WorldView2, Formosat, Spot5, Pleiades<h2>Tags</h2>Calibration<h2>Long Description</h2>The application allows converting pixel values from DN (for Digital Numbers) to physically interpretable and comparable values. Calibrated values are called surface reflectivity and its values lie in the range [0, 1].
|
|
The first level is called Top Of Atmosphere (TOA) reflectivity. It takes into account the sensor gain, sensor spectral response and the solar illumination.
|
|
The second level is called Top Of Canopy (TOC) reflectivity. In addition to sensor gain and solar illumination, it takes into account the optical thickness of the atmosphere, the atmospheric pressure, the water vapor amount, the ozone amount, as well as the composition and amount of aerosol gasses.
|
|
It is also possible to indicate an AERONET file which contains atmospheric parameters (version 1 and version 2 of Aeronet file are supported.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image filename (values in DN). Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output calibrated image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -milli</b> <boolean> Flag to use milli-reflectance instead of reflectance.
|
|
This allows saving the image with integer pixel type (in the range [0, 1000] instead of floating point in the range [0, 1]. In order to do that, use this option and set the output pixel type (-out filename uint16 for example). Mandatory: False. Default Value: "True"</li><li><b>[param] -clamp</b> <boolean> Clamping in the range [0, 100]. It can be useful to preserve area with specular reflectance.. Mandatory: False. Default Value: "True"</li><li><b>[param] -rsr</b> <string> Sensor relative spectral response file
|
|
By default the application gets these information in the metadata. Mandatory: False. Default Value: ""</li><li><b>[param] -atmo</b> <string> This group allows setting the atmospheric parameters.. Mandatory: True. Default Value: "0"</li><li><b>[param] -radius</b> <int32> Window radius for adjacency effects corrections. Mandatory: False. Default Value: "2"</li><b>[choice] -level</b> toa,toc. Mandatory: True. Default Value: "toa"<ul><li><b>[group] -toa</b></li><ul></ul><li><b>[group] -toc</b></li><ul></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>The OTB CookBook<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: QB_1_ortho.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">level: toa</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: OpticalCalibration.tif</p></li></ul></body></html>
|