mariosgeo

Results 5 comments of mariosgeo

Thanks for the reply. Not sure about this. My image, is basically a 2D numpy array. There are pixels with values and pixels with nan (where mask==1). there is no...

> I don't think we currently have any test cases for `inpaint` that have NaN values in the image, so that could also be a potential source of the issue....

Hello, I am coming back with the same issue. I can run the example above (some times, sometimes it crashes). But for a larger array 168x268 it always ends with...

You have a segmentation fault. It seems (to me) that you didn't compile with gcc-7. Edit Makefile and replace cc=g++ to cc=g++-7

Had the some issue with segmentation fault. Compiled with g++-7 and it's gone. I am curious, how long does it takes you to run the mt_prep_isce. Mine is running for...