-
Notifications
You must be signed in to change notification settings - Fork 9
/
graph.xml
59 lines (59 loc) · 2.02 KB
/
graph.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<graph id="Graph">
<version>1.0</version>
<node id="Apply-Orbit-File">
<operator>Apply-Orbit-File</operator>
<sources>
<source>${scene}</source>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<orbitType>Sentinel Precise (Auto Download)</orbitType>
<polyDegree>3</polyDegree>
<continueOnFail>false</continueOnFail>
</parameters>
</node>
<node id="Remove-GRD-Border-Noise">
<operator>Remove-GRD-Border-Noise</operator>
<sources>
<sourceProduct refid="Apply-Orbit-File"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<selectedPolarisations/>
<borderLimit>500</borderLimit>
<trimThreshold>0.5</trimThreshold>
</parameters>
</node>
<node id="Calibration">
<operator>Calibration</operator>
<sources>
<sourceProduct refid="Remove-GRD-Border-Noise"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<sourceBands/>
<auxFile>Product Auxiliary File</auxFile>
<externalAuxFile/>
<outputImageInComplex>false</outputImageInComplex>
<outputImageScaleInDb>false</outputImageScaleInDb>
<createGammaBand>false</createGammaBand>
<createBetaBand>true</createBetaBand>
<selectedPolarisations/>
<outputSigmaBand>false</outputSigmaBand>
<outputGammaBand>false</outputGammaBand>
<outputBetaBand>true</outputBetaBand>
</parameters>
</node>
<node id="Terrain-Flattening">
<operator>Terrain-Flattening</operator>
<sources>
<sourceProduct refid="Calibration"/>
</sources>
<parameters class="com.bc.ceres.binding.dom.XppDomElement">
<sourceBands/>
<demName>Local DSM</demName>
<demResamplingMethod>BICUBIC_INTERPOLATION</demResamplingMethod>
<externalDEMFile>subset.tif</externalDEMFile>
<externalDEMNoDataValue>-999.5</externalDEMNoDataValue>
<outputSimulatedImage>false</outputSimulatedImage>
<reGridMethod>false</reGridMethod>
</parameters>
</node>
</graph>