umr-lops / xsarsea

scientific functions to compute radar or geophysical parameters from satellite images over ocean
https://cerweb.ifremer.fr/datarmor/doc_sphinx/xsarsea/
MIT License
10 stars 6 forks source link

angles funcs #78

Closed vincelhx closed 1 month ago

Skealz commented 2 months ago

For the import cv2 issue, the change I did wasn't enough. I just tested in production to do

try:
    import cv2
except:
    import cv2

and it works... Do you think we implement that ? Maybe include it in this PR?

vincelhx commented 2 months ago

I changed it. Maybe you can test again ?

Skealz commented 2 months ago

I changed it. Maybe you can test again ?

I already tested it by directly modifying the code like that in production

vincelhx commented 1 month ago

make html is ok