ISCE_INSAR/examples/input_files/legacy/insarTSX_latest.xml

76 lines
2.7 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>TERRASARX</value>
</property>
<property name="doppler method ">
<value>useDOPTSX</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>
-->
<property name="unwrap">
<value>False</value>
</property>
<component name="Master">
<property name="XML">
<value>dims_op_oc_dfd2_204281662_1/TSX-1.SAR.L1B/TSX1_SAR__SSC______SM_S_SRA_20091205T042212_20091205T042220/TSX1_SAR__SSC______SM_S_SRA_20091205T042212_20091205T042220.xml</value>
</property>
<property name="OUTPUT">
<value>master.slc</value>
</property>
</component>
<component name="Slave">
<property name="XML">
<value>dims_op_oc_dfd2_204281679_1/TSX-1.SAR.L1B/TSX1_SAR__SSC______SM_S_SRA_20091216T042211_20091216T042219/TSX1_SAR__SSC______SM_S_SRA_20091216T042211_20091216T042219.xml</value>
</property>
<property name="OUTPUT">
<value>slave.slc</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>