alexisInSAR / EZ-InSAR

Matlab Interface for Easy InSAR
GNU General Public License v3.0
105 stars 35 forks source link

Pre-run of ISCE processing Error #65

Closed hariiirs closed 8 months ago

hariiirs commented 8 months ago

All steps till 'Select the best reference date' performed well. Now when running 'Pre-run of ISCE Processing', processing stops with the the following message-
Screenshot from 2023-10-16 19-28-21 Screenshot from 2023-10-16 19-25-31.

What may be the possible solution for this?

alexisInSAR commented 8 months ago

Hi,

I think you have reproduced an error that we have sometimes encountered. What happens if you restart EZ-InSAR?

Kind regards,

Alexis

hariiirs commented 8 months ago

Now it is resolved. Actually opencv was not installed in my system. pip3 install opencv-python

Thank you