-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi there,
I have installed ISCE2 and have autorift and geogrid all set. I have done initial processing to co-register Sentinel-1 pair (used 2 sub-swaths). Also, I have transformed DEM to the required format of the geogrid. The code I run for geogrid is as follows:
testGeogrid_ISCE.py -m /home/hassan/ISCE2-Tops/insar/merged/reference_grd.tif -s /home/hassan/ISCE2-Tops/insar/merged/secondary_grd.tif -d /home/hassan/ISCE2-Tops/insar/merged/dem_nztm.tif
based on instructions, I see that we should set -m -s as folders to co-registered SLC's. I am wondering what could be the problem. The folder "merged" contains all the files required for this step, i.e., reference and secondary slc's and their metadata.
The error i get is as follows:
Traceback (most recent call last):
File "/home/hassan/miniconda3/envs/isce2/lib/python3.8/site-packages/isce/applications/testGeogrid_ISCE.py", line 392, in
main()
File "/home/hassan/miniconda3/envs/isce2/lib/python3.8/site-packages/isce/applications/testGeogrid_ISCE.py", line 386, in main
metadata_m = loadMetadata(inps.indir_m)
File "/home/hassan/miniconda3/envs/isce2/lib/python3.8/site-packages/isce/applications/testGeogrid_ISCE.py", line 131, in loadMetadata
info.sensingStart = min([x.sensingStart for x in frames])
ValueError: min() arg is an empty sequence
Any advice?