ISCE_INSAR/examples/input_files/legacy/insarEnvisat_latest.xml

63 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- NOTE: property names are not case sensitive -->
<insarApp>
<component name="insar">
<!-- 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>6144</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>
-->
<property name="Sensor Name">
<value>Envisat</value>
</property>
<property name="Doppler Method">
<value>useDOPIQ</value>
</property>
<component name="Master">
<catalog>envisatMaster.xml</catalog> <!-- see envisatIn1.xml as an example -->
</component>
<component name="Slave">
<catalog>envisatSlave.xml</catalog><!-- see envisatIn1.xml as an example -->
</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>