ISCE_INSAR/examples/input_files/reference_SENTINEL1.xml

31 lines
1.2 KiB
XML
Raw Normal View History

2019-01-16 19:40:08 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<component>
<property name="safe">
<value>data/S1A_S1_SLC__1SSV_20170122T234204_20170122T234233_014951_01867B_A254.zip</value>
</property>
2019-01-16 19:40:08 +00:00
<property name="orbit directory">
<value>/home/s1/orbits/poeorb</value>
</property>
<property name="OUTPUT">
<value>20170122</value>
2019-01-16 19:40:08 +00:00
</property>
</component>
<!-- This is for Strip Map Sentinel SLC data only -->
<!-- Shown above is the bare minimum input XML file for Sentinel1A sensor. The reference and secondary catalog xml files have the same structure.
2019-01-16 19:40:08 +00:00
All file paths in the input files should either be absolute paths or relative to the processing directory.
Note 1: Multiple frames
========================
Stitching multiple SLC frames is not possible with ISCE. Each frame is typically focussed with different parameters and they cannot be seamlessly stitched into a larger frame.
Note 2 : Doppler Centroid
==========================
The doppler centroid data used for focusing the raw data is included in the metadata. The doppler method in "insarApp.xml" must be set to useDEFAULT for processing any SLC data.
<property name="doppler method">useDEFAULT</property>
-->