<!-- Be careful. Metadata for unpacked product will be stored in "output directory".xml file. So don't use the same name for input catalog file and output directory. You will end up overwriting the input catalog. We use referencedir to ensure we dont overwrite reference.xml -->
All file paths in the input files should either be absolute paths or relative to the processing directory.
Note 1: SAFE/zip files
======================
topsApp.py is capable of reading in imagery directly from the zip file. You can directly provide the zipfile as input. Note that the filename must end in zip (and not .SAFE) for ISCE to recognize the zip archive.
Note 2: Auxiliary data
=======================
Interferograms generated from SLCs processed using different versions of IPF processors can exhibit sharp phase boundaries between swaths. Setting the auxiliary data directory is highly recommended as ISCE will read these files (depending on the IPF version) and automatically apply phase corrections to the SLCs if needed.
For more details on what these corrections are and where to get the aux files, see: https://sentinel.esa.int/documents/247904/1653440/Sentinel-1-IPF_EAP_Phase_correction
Use of precise / restituted orbits are highly recommend for precise processing of Sentinel-1A interferograms. You can dump all the orbits in a common folder and ISCE will automatically identify the right orbit file to use with your data.
Precise orbit data can be accessed here and are typically available 3 weeks after the SLCs are available:
Sentinel-1A or -1B slice typically covers 240km in azimuth. Each swath spans about 80km in ground range. Often, there is a need for high resolution processing over a smaller area of interest. To work with a small region of interest, you can specify the extent the lat,lon box as shown below:
<propertyname="region of interest">[35.55, 35.7, -119.6, -119.4]</property>
The region of interest and bounding boxes always use the same convention in ISCE - South, North, West, East (SNWE).