Вы находитесь на странице: 1из 4

<graph id="Graph">

<version>1.0</version>
<node id="Read">
<operator>Read</operator>
<sources/>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<file>$file1</file>
</parameters>
</node>
<node id="Apply-Orbit-File">
<operator>Apply-Orbit-File</operator>
<sources>
<sourceProduct refid="Read"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<orbitType>Sentinel Precise (Auto Download)</orbitType>
<polyDegree>3</polyDegree>
<continueOnFail>true</continueOnFail>
</parameters>
</node>
<node id="Calibration">
<operator>Calibration</operator>
<sources>
<sourceProduct refid="Apply-Orbit-File"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<sourceBands/>
<auxFile>Latest Auxiliary File</auxFile>
<externalAuxFile/>
<outputImageInComplex>false</outputImageInComplex>
<outputImageScaleInDb>false</outputImageScaleInDb>
<createGammaBand>false</createGammaBand>
<createBetaBand>false</createBetaBand>
<selectedPolarisations>VH,VV</selectedPolarisations>
<outputSigmaBand>true</outputSigmaBand>
<outputGammaBand>false</outputGammaBand>
<outputBetaBand>false</outputBetaBand>
</parameters>
</node>
<node id="TOPSAR-Deburst">
<operator>TOPSAR-Deburst</operator>
<sources>
<sourceProduct refid="Calibration"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<selectedPolarisations>VH,VV</selectedPolarisations>
</parameters>
</node>
<node id="Terrain-Correction">
<operator>Terrain-Correction</operator>
<sources>
<sourceProduct refid="TOPSAR-Deburst"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<sourceBands>Sigma0_VH,Sigma0_VV</sourceBands>
<demName>SRTM 1Sec HGT</demName>
<externalDEMFile/>
<externalDEMNoDataValue>0.0</externalDEMNoDataValue>
<externalDEMApplyEGM>true</externalDEMApplyEGM>
<demResamplingMethod>BILINEAR_INTERPOLATION</demResamplingMethod>
<imgResamplingMethod>BILINEAR_INTERPOLATION</imgResamplingMethod>
<pixelSpacingInMeter>14.06</pixelSpacingInMeter>
<pixelSpacingInDegree>1.2630312894720472E-4</pixelSpacingInDegree>
<mapProjection>GEOGCS[&quot;WGS84(DD)&quot;, &#xd;
DATUM[&quot;WGS84&quot;, &#xd;
SPHEROID[&quot;WGS84&quot;, 6378137.0, 298.257223563]], &#xd;
PRIMEM[&quot;Greenwich&quot;, 0.0], &#xd;
UNIT[&quot;degree&quot;, 0.017453292519943295], &#xd;
AXIS[&quot;Geodetic longitude&quot;, EAST], &#xd;
AXIS[&quot;Geodetic latitude&quot;, NORTH]]</mapProjection>
<alignToStandardGrid>false</alignToStandardGrid>
<standardGridOriginX>0.0</standardGridOriginX>
<standardGridOriginY>0.0</standardGridOriginY>
<nodataValueAtSea>true</nodataValueAtSea>
<saveDEM>false</saveDEM>
<saveLatLon>false</saveLatLon>
<saveIncidenceAngleFromEllipsoid>false</saveIncidenceAngleFromEllipsoid>
<saveLocalIncidenceAngle>false</saveLocalIncidenceAngle>
<saveProjectedLocalIncidenceAngle>false</saveProjectedLocalIncidenceAngle>
<saveSelectedSourceBand>true</saveSelectedSourceBand>
<outputComplex>false</outputComplex>
<applyRadiometricNormalization>false</applyRadiometricNormalization>
<saveSigmaNought>false</saveSigmaNought>
<saveGammaNought>false</saveGammaNought>
<saveBetaNought>false</saveBetaNought>
<incidenceAngleForSigma0>Use projected local incidence angle from
DEM</incidenceAngleForSigma0>
<incidenceAngleForGamma0>Use projected local incidence angle from
DEM</incidenceAngleForGamma0>
<auxFile>Latest Auxiliary File</auxFile>
<externalAuxFile/>
</parameters>
</node>
<node id="BandMaths">
<operator>BandMaths</operator>
<sources>
<sourceProduct refid="Terrain-Correction"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<targetBands>
<targetBand>
<name>Sigma0_VH_db</name>
<type>float32</type>
<expression>10*log10(Sigma0_VH)</expression>
<description/>
<unit/>
<noDataValue>0.0</noDataValue>
</targetBand>
</targetBands>
<variables/>
</parameters>
</node>
<node id="BandMaths(2)">
<operator>BandMaths</operator>
<sources>
<sourceProduct refid="Terrain-Correction"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<targetBands>
<targetBand>
<name>Sigma0_VV_db</name>
<type>float32</type>
<expression>10*log10(Sigma0_VV)</expression>
<description/>
<unit/>
<noDataValue>0.0</noDataValue>
</targetBand>
</targetBands>
<variables/>
</parameters>
</node>
<node id="BandMerge">
<operator>BandMerge</operator>
<sources>
<sourceProduct refid="BandMaths"/>
<sourceProduct.1 refid="BandMaths(2)"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<sourceBands/>
<geographicError>1.0E-5</geographicError>
</parameters>
</node>
<node id="Speckle-Filter">
<operator>Speckle-Filter</operator>
<sources>
<sourceProduct refid="BandMerge"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<sourceBands>Sigma0_VH_db,Sigma0_VV_db</sourceBands>
<filter>Lee Sigma</filter>
<filterSizeX>3</filterSizeX>
<filterSizeY>3</filterSizeY>
<dampingFactor>2</dampingFactor>
<estimateENL>true</estimateENL>
<enl>1.0</enl>
<numLooksStr>1</numLooksStr>
<windowSize>7x7</windowSize>
<targetWindowSizeStr>3x3</targetWindowSizeStr>
<sigmaStr>0.9</sigmaStr>
<anSize>50</anSize>
</parameters>
</node>
<node id="Write">
<operator>Write</operator>
<sources>
<sourceProduct refid="Speckle-Filter"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<file>$file2</file>
<formatName>BEAM-DIMAP</formatName>
</parameters>
</node>
<applicationData id="Presentation">
<Description/>
<node id="Read">
<displayPosition x="20.0" y="59.0"/>
</node>
<node id="Apply-Orbit-File">
<displayPosition x="118.0" y="61.0"/>
</node>
<node id="Calibration">
<displayPosition x="267.0" y="62.0"/>
</node>
<node id="TOPSAR-Deburst">
<displayPosition x="372.0" y="59.0"/>
</node>
<node id="Terrain-Correction">
<displayPosition x="504.0" y="57.0"/>
</node>
<node id="BandMaths">
<displayPosition x="671.0" y="58.0"/>
</node>
<node id="BandMaths(2)">
<displayPosition x="678.0" y="113.0"/>
</node>
<node id="BandMerge">
<displayPosition x="795.0" y="81.0"/>
</node>
<node id="Speckle-Filter">
<displayPosition x="901.0" y="84.0"/>
</node>
<node id="Write">
<displayPosition x="1060.0" y="93.0"/>
</node>
</applicationData>
</graph>

Вам также может понравиться