Closed truth-quark closed 4 years ago
To document the result of a discussion on slack earlier today:
BASH
features the ability to select start/stop steps in the processing workflow:
https://github.com/GeoscienceAustralia/gamma_insar/blob/develop/process_ifg.bash#L577-L670
This will be skipped in the Python version as of October 2020 & can be added later if needed.
Port the bash workflow together to orchestrate all the previous steps.
Essentially convert/redesign these 2 blocks: https://github.com/GeoscienceAustralia/gamma_insar/blob/develop/process_ifg.bash#L38-L127 https://github.com/GeoscienceAustralia/gamma_insar/blob/develop/process_ifg.bash#L577-L677
TODO:
Integration testing of sub components & a full run? (implemented)