ISCE_INSAR/examples/input_files/reference_RISAT1_SLC.xml

30 lines
1.1 KiB
XML
Raw Normal View History

2019-01-16 19:40:08 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<component>
<property name="IMAGEFILE">
<value>data/143338531/scene_RH/dat_01.001</value>
</property>
<property name="LEADERFILE">
<value>data/143338531/scene_RH/lea_01.001</value>
</property>
<property name="OUTPUT">
<value>reference.slc</value>
2019-01-16 19:40:08 +00:00
</property>
</component>
<!-- Shown above is the bare minimum input XML file for RISAT1_SLC 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>
-->