Conversation
Fix bug: Equation for calculating the relative orbit for Sentinel-1C has been added.
|
💖 Thanks for opening this pull request! Please check out our contributing guidelines. 💖 |
Reviewer's GuideAdded support for Sentinel-1C in the relative orbit calculation by introducing a new branch with its specific equation in prep_hyp3.py. Class diagram for updated relative orbit calculation in prep_hyp3.pyclassDiagram
class prep_hyp3 {
+add_hyp3_metadata(fname, meta, is_ifg=True)
}
prep_hyp3 : +relative_orbit (for S1A)
prep_hyp3 : +relative_orbit (for S1B)
prep_hyp3 : +relative_orbit (for S1C) %% newly added
prep_hyp3 : +ValueError for unknown Sentinel-1 satellite
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @nozadkhalil - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
yunjunz
left a comment
There was a problem hiding this comment.
LGTM. Thank you @nozadkhalil.
|
🎉 🎉 🎉 Congrats on merging your first pull request! We here at behaviorbot are proud of you! 🎉 🎉 🎉 |
|
I hope to be able to contribute more... |
Description of proposed changes
prep_hyp3.add_hyp3_metadata(): add equation to calculate the relative orbit for Sentinel-1C.Reminders
hyp3products #1391Summary by Sourcery
Bug Fixes: