nasa-jpl / autoRIFT

A Python module of a fast and intelligent algorithm for finding the pixel displacement between two images
Apache License 2.0
213 stars 52 forks source link

Error encountered when running testGeogrid_ISCE.py #48

Closed bjmarfito closed 2 years ago

bjmarfito commented 2 years ago

When I ran the testGeogrid_ISCE.py on two Sentinel-1 SLC images, I encountered an error message

libc++abi: terminating with uncaught exception of type std::length_error: vector
zsh: abort

I used the command testGeogrid_ISCE.py -m ../20170701_20170707_des_S1_neworb_nasadem/fine_coreg -s ../20170701_20170707_des_S1_neworb_nasadem/secondary -d ../dem_nasa/demLat_N09_N14_Lon_E122_E127.dem.wgs84.

bjmarfito commented 2 years ago

I finally resolved this issue. I used a UTM projected DEM.

alex-s-gardner commented 2 years ago

@bjmarfito thanks for the follow up… we’ll add a check for this when we get a chance, unless u want to generate a pull request for one?

bjmarfito commented 2 years ago

@alex-s-gardner, I can probably submit a PR regarding your request as early as next week.

alex-s-gardner commented 2 years ago

@bjmarfito that would be great!