GeoscienceAustralia / ga_sar_workflow

InSAR processing workflow used by Geoscience Australia
Apache License 2.0
3 stars 1 forks source link

Move & refactor Gamma decorator to py_gamma_ga module #134

Closed truth-quark closed 3 years ago

truth-quark commented 3 years ago

Relates to the Gamma error handler/logging decorator here: https://github.com/GeoscienceAustralia/gamma_insar/blob/pygamma_workflow/insar/process_ifg.py#L27-L56

A generic decorator is needed for other modules to import, rather than creating multiple equivalent/similar decorators. The simplest option is to:

truth-quark commented 3 years ago

Fixed with https://github.com/GeoscienceAustralia/gamma_insar/pull/139.

Github isn't auto closing linked issues for some reason.