johntruckenbrodt / pyroSAR

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

[snap.auxil.gpt] fixed bug in removing BNR node #299

Closed johntruckenbrodt closed 4 months ago

johntruckenbrodt commented 4 months ago

When custom pyroSAR border noise removal is applied, the Remove-GRD-Border-Noise node needs to be removed from the workflow. This was not done in a case where no workflow splitting was applied.
Furthermore, the error logging was insufficient for identifying the problem. This has been improved.