You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Improved error messages for validating the reference and secondary scenes passed to the insar_tops_burst workflow.
Fixed
Refined temporal requirements for scenes passed to the insar_tops_burst workflow, to allow the acquisition to cross midnight. Previously, the reference scenes were required to fall on one calendar day and the secondary scenes on a different calendar day. Now, each list of scenes must fall within a two-minute temporal window (with reference older than secondary, as before).
Removed the unused swaths parameter from the hyp3_isce2.insar_tops_burst.insar_tops_multi_burst function.
The insar_tops_burst workflow now validates the reference and secondary scenes immediately after parsing CLI args. Fixes #278, in which the wrong error message was displayed if one reference scene and multiple secondary scenes were provided.