-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch for "no polynomial" case for azimuth FM rate mitigation & handl…
…ing the burst without burst polygon (#134) * Take care of the case when the az. time of the polynomial list does not cover sensing start / stop * Let `InterpolatedUnivariateSpline` to return boundary values when the input parameter is out of the interpolator's range * extrapolate the burst center point the border polygon when the burst polygon data is missing in the metadata * Interface to turn on / off the correction * ditch out burst border polygon extrapolation, and fill that with `None` * Place empty geometry instead of `None` * whitespace removal * Apply suggestions from code review Co-authored-by: Liang Yu <[email protected]> * add description about "no polynomials for burst" case * get rid of unnecessary module in `s1-reader.py` * bump the version * more clarification about the missing polynomial case --------- Co-authored-by: Seongsu Jeong <[email protected]> Co-authored-by: Liang Yu <[email protected]>
- Loading branch information
1 parent
b5e20e0
commit 1b25c05
Showing
4 changed files
with
59 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters