johntruckenbrodt / pyroSAR

framework for large-scale SAR satellite data processing
MIT License
494 stars 110 forks source link

Adapt ExamineGamma for different installs #268

Closed MarkusZehner closed 9 months ago

MarkusZehner commented 10 months ago

This is a current fix for me, but the home directory of GAMMA might be different on other machines as well: trying to get the version expects the pattern GAMMA_SOFTWARE-, which did not match the path on my install (/apps/GAMMA_SOFTWARE/VERSION), so the call returned an error when calling GAMMA functions via pyroSAR. Maybe a hint could be added to a how to install with GAMMA if the home directory differs from this expected pattern.

johntruckenbrodt commented 9 months ago

Looks good. Thanks a lot @MarkusZehner.