-
Notifications
You must be signed in to change notification settings - Fork 161
FIX: ISAR 2D range extents #6162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Need to revisit If we want to have offset in plots
need to do the same for 3D ISAR
if we like it, I need to fix 3d isar as well
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6162 +/- ##
==========================================
+ Coverage 85.18% 85.20% +0.02%
==========================================
Files 169 169
Lines 63991 64033 +42
==========================================
+ Hits 54513 54562 +49
+ Misses 9478 9471 -7 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
Description
ISAR 2D calculations were not coded correctly.
Add a pcolor-like capability to pyaedt. Switch some hardwired values to SpeedOfLight.
Issue linked
Corrects ISAR 2D calculations for ISAR images on the xy plane.
Adds pcolor plots to pyaedt for, e.g., rendering ISAR 2D images.
Checklist