ISCE_INSAR/examples/input_files/reference_ALOS2.xml

35 lines
1.5 KiB
XML
Raw Normal View History

<component name="reference">
2019-01-16 19:40:08 +00:00
<property name="IMAGEFILE">
<value>data/20140902/IMG-HH-ALOS2015010600-140902-UBSR1.1__A</value>
2019-01-16 19:40:08 +00:00
</property>
<property name="LEADERFILE">
<value>data/20140902/LED-ALOS2015010600-140902-UBSR1.1__A</value>
2019-01-16 19:40:08 +00:00
</property>
<property name="OUTPUT">
<value>20140902</value>
2019-01-16 19:40:08 +00:00
</property>
</component>
<!-- Shown above is the bare minimum input XML file for ALOS2 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: FBS/FBD
================
ISCE also allows for processing of similar ALOS2 acquisitions. We currently do not have access to pairs with FBD / FBS acquisitions to experiment with range oversampling. This functionality will be added as more data becomes available and if it turns out to be feasible to interfere such pairs.
Note 2: 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 3 : 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>
-->