76 lines
2.4 KiB
XML
76 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- NOTE: property names are not case sensitive -->
|
|
|
|
<insarApp>
|
|
<component name="insar">
|
|
<property name="Sensor Name">
|
|
<value>ALOS</value>
|
|
</property>
|
|
<!-- Azimuth Patch Size is automatically calculated if not specified here.
|
|
<property name="Azimuth Patch Size">
|
|
<value>8192</value>
|
|
</property>
|
|
-->
|
|
<!-- Number Of Patches is automatically calculated if not specified here.
|
|
<property name="Number Of Patches">
|
|
<value>1</value>
|
|
</property>
|
|
-->
|
|
<!-- Patch Valid Pulses is automatically calculated if not specified here.
|
|
<property name="Patch Valid Pulses">
|
|
<value>2048</value>
|
|
</property>
|
|
-->
|
|
<!-- Posting is automatically calculated if not specified here.
|
|
<property name="Posting">
|
|
<value>30</value>
|
|
</property>
|
|
-->
|
|
<!-- Unwrap is assumed True if not specified here (False).
|
|
<property name="do unwrap">
|
|
<value>False</value>
|
|
</property>
|
|
-->
|
|
<!-- UseHighResolutionDemOnly flag is False by default. If it is set to True,
|
|
then a DEM will be downloaded only if the SRTM 1-arcsecond DEM is available.
|
|
In the default mode the highest resolution DEM available is downloaded.
|
|
If the user supplies a DEM using the "DEM" component (see below), then
|
|
no DEM is downloaded and this flag will not be used.
|
|
<property name="useHighResolutionDemOnly">
|
|
<value>True</value>
|
|
</property>
|
|
-->
|
|
<component name="Master">
|
|
<property name="IMAGEFILE">
|
|
<value>../ALOS2/IMG-HH-ALPSRP028910640-H1.0__A</value>
|
|
</property>
|
|
<property name="LEADERFILE">
|
|
<value>../ALOS2/LED-ALPSRP028910640-H1.0__A</value>
|
|
</property>
|
|
<property name="OUTPUT">
|
|
<value>060810.raw</value>
|
|
</property>
|
|
</component>
|
|
<component name="Slave">
|
|
<property name="IMAGEFILE">
|
|
<value>../ALOS2/IMG-HH-ALPSRP042330640-H1.0__A</value>
|
|
</property>
|
|
<property name="LEADERFILE">
|
|
<value>../ALOS2/LED-ALPSRP042330640-H1.0__A</value>
|
|
</property>
|
|
<property name="OUTPUT">
|
|
<value>061110.raw</value>
|
|
</property>
|
|
</component>
|
|
<!-- If the user has a DEM that she wants to use for processing,
|
|
then she should use this tag and fill in the information
|
|
required in dem_latest.xml. If the user does not supply
|
|
this tag, then ISCE will attempt to download an SRTM DEM.
|
|
<component name='Dem'>
|
|
<catalog>dem_latest.xml</catalog>
|
|
</component>
|
|
-->
|
|
</component>
|
|
</insarApp>
|