Dear all,
I see in the source code (file SubtRefDemOpUI.java) that the operator “SubtRefDemOp” should be capable to export the elevation band estimated through the procedure “TopoPhase.java”.
How to set up the xml file to provide in input to GPT in order to achieve this goal?
I performed some tests like the following one:
<node id="TopoPhaseRemoval">
<operator>TopoPhaseRemoval</operator>
<sources>
<sourceProduct refid="TOPSAR-Deburst"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<orbitDegree>3</orbitDegree>
<demName>SRTM 1Sec HGT</demName>
<externalDEMFile/>
<externalDEMNoDataValue>0</externalDEMNoDataValue>
<tileExtensionPercent>100</tileExtensionPercent>
<topoPhaseBandName>topo-phase</topoPhaseBandName>
<outputElevationBand>true</outputElevationBand>
</parameters>
</node>
However I got the following error:
Error: [NodeId: TopoPhaseRemoval] Operator 'SubtRefDemOp': Unknown element 'outputElevationBand'
How should I modify the xml file?
Thanks in advance for any suggestion
Best regards
Davide