table of contents
OTBGUI_COMPUTEMODULUSANDPHASE:(1) | User Commands | OTBGUI_COMPUTEMODULUSANDPHASE:(1) |
NAME¶
otbgui_ComputeModulusAndPhase - OTB ComputeModulusAndPhase application
DESCRIPTION¶
This is the ComputeModulusAndPhase application, version 6.0.0 This application computes the modulus and the phase of a complex SAR image.
Complete documentation: http://www.orfeo-toolbox.org/Applications/ComputeModulusAndPhase.html
Parameters:¶
- -progress <boolean>
- Report progress
-in <string> Input Image (mandatory) -modulus <string> [pixel] Modulus [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory) -phase <string> [pixel] Phase [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)
EXAMPLES¶
otbgui_ComputeModulusAndPhase -in monobandComplexFloat.tif -modulus modulus.tif -phase phase.tif
May 2017 | otbgui_ComputeModulusAndPhase 6.0.0 |