ISCE_INSAR/examples/input_files/reference_EnviSAT.xml

36 lines
1.1 KiB
XML

<component name="reference">
<property name="IMAGEFILE">
data/ASA_IM__0CNPDE20111119_071443_000000163108_00394_50839_4852.N1
</property>
<property name="INSTRUMENTFILE">
data/ASA_INS_AXVIEC20101222_143805_20101022_000000_20141231_235959
</property>
<property name="ORBITFILE">
data/DOR_POR_AXVF-P20111121_014700_20111118_215526_20111120_002326
</property>
<property name="OUTPUT">
reference
</property>
</component>
<!--
Shown above is the bare minimum input XML file for the EnviSAT sensor.
The reference and secondary catalog xml files have the same structure.
The Envisat_SLC sensor has the same inputs,
except that it starts with an ASA_IMS_1 SLC image.
If you have a directory of the Envisat Instrument files,
you can specify the directory and ISCE will find the right file:
<property name="INSTRUMENT_DIRECTORY">
.../data/Envisat/INS
</property>
If you have a directory of the Envisat orbit files,
you can specify the directory and ISCE will find the right file:
<property name="ORBIT_DIRECTORY">
.../data/Envisat/vor
</property>
-->