mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
5 lines
2.4 KiB
HTML
5 lines
2.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>ComputeModulusAndPhase</h1><h2>Brief Description</h2>Read one or two files and compute the module and the phase<h2>Tags</h2>SAR<h2>Long Description</h2>This application computes the modulus and the phase of a complex SAR data. This complex SAR data could be provided as a monoband complex pixel type image or a 2 bands real pixel type image or two monobands (first one real part and second one imaginary part) real pixel type images.<h2>Parameters</h2><ul><li><b>[param] -mod</b> <string> Modulus of the input: sqrt(real*real + imag*imag).. Mandatory: True. Default Value: ""</li><li><b>[param] -pha</b> <string> Phase of the input: atan2(imag, real).. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -nbinput</b> Choice about the number of input files used to store the real and imaginary part of the SAR image one,two. Mandatory: True. Default Value: "one"<ul><li><b>[group] -one</b></li><ul><li><b>[param] -nbinput.one.in</b> <string> Image file with SAR data.. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -two</b></li><ul><li><b>[param] -nbinput.two.re</b> <string> Image file with real part of the SAR data.. Mandatory: False. Default Value: ""</li><li><b>[param] -nbinput.two.im</b> <string> Image file with imaginary part of the SAR data.. Mandatory: False. Default Value: ""</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>Alexia Mondot (alexia.mondot@c-s.fr) and Mickael Savinaud (mickael.savinaud@c-s.fr)<h2>See Also</h2> <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;">nbinput.one.in: monobandComplexFloat.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;">mod: modulus.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;">pha: phase.tif</p></li></ul></body></html> |