Skip to content
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

FEAT: Improve antenna array processing and plotting #4626

Merged
merged 35 commits into from
May 13, 2024

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    221238a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Update for ant FF post-processing

    - Add default matplotlib settings to plot.py
    - Add decorator update_plot_settings to plot.py
    - Update some docstrings
    - Correct some errors of return type for plotting methods.
    Devin-Crawford committed May 3, 2024
    Configuration menu
    Copy the full SHA
    26095f6 View commit details
    Browse the repository at this point in the history
  2. Update solutions.py

    Bring all plotting and rendering
    into the method plot_farfield_contour so that it
    can be customized to far-field data.
    Devin-Crawford committed May 3, 2024
    Configuration menu
    Copy the full SHA
    4601e8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a4d017 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Fix Iron Python comma error

    Iron Python does not allow a comma after
    the **kwargs in plot_farfield_contour
    Devin-Crawford committed May 4, 2024
    Configuration menu
    Copy the full SHA
    2c15cfa View commit details
    Browse the repository at this point in the history
  2. Fix Iron Python comma error

    Iron Python does not allow a comma after
    the **kwargs in plot_farfield_contour
    Devin-Crawford committed May 4, 2024
    Configuration menu
    Copy the full SHA
    9117046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1795588 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    1e91b88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5151030 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e21ba18 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Test unittest

    Samuelopez-ansys committed May 8, 2024
    Configuration menu
    Copy the full SHA
    84b67ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15fe8d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e23a516 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37c5aab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    827ed05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8dcbf5c View commit details
    Browse the repository at this point in the history
  7. Fix UT

    Samuelopez-ansys committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b5693d4 View commit details
    Browse the repository at this point in the history
  8. Fix UT

    Samuelopez-ansys committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5c4bcde View commit details
    Browse the repository at this point in the history
  9. Fix UT

    Samuelopez-ansys committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a6ce50d View commit details
    Browse the repository at this point in the history
  10. Fix UT

    Samuelopez-ansys committed May 8, 2024
    Configuration menu
    Copy the full SHA
    32be8b3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Fix UT

    Samuelopez-ansys committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e56e142 View commit details
    Browse the repository at this point in the history
  2. Fix UT

    Samuelopez-ansys committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3e84f54 View commit details
    Browse the repository at this point in the history
  3. Fix UT

    Samuelopez-ansys committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e31a33a View commit details
    Browse the repository at this point in the history
  4. Fix UT

    Samuelopez-ansys committed May 9, 2024
    Configuration menu
    Copy the full SHA
    87ee574 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3aea68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dd6e0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b17634 View commit details
    Browse the repository at this point in the history
  8. Uncomment YAML

    Samuelopez-ansys committed May 9, 2024
    Configuration menu
    Copy the full SHA
    400a1f0 View commit details
    Browse the repository at this point in the history
  9. Uncomment YAML

    Samuelopez-ansys committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2f9a381 View commit details
    Browse the repository at this point in the history
  10. Uncomment YAML

    Samuelopez-ansys committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d8a281f View commit details
    Browse the repository at this point in the history
  11. Uncomment YAML

    Samuelopez-ansys committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3574747 View commit details
    Browse the repository at this point in the history
  12. Uncomment YAML

    Samuelopez-ansys committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1c56d4b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Apply suggestions from code review

    Add suggestions from @PipKat
    
    Co-authored-by: Kathy Pippert <[email protected]>
    Devin-Crawford and PipKat authored May 13, 2024
    Configuration menu
    Copy the full SHA
    8cb438b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65a2f27 View commit details
    Browse the repository at this point in the history
  3. Update pyaedt/generic/plot.py

    Co-authored-by: Kathy Pippert <[email protected]>
    Devin-Crawford and PipKat authored May 13, 2024
    Configuration menu
    Copy the full SHA
    2dbf369 View commit details
    Browse the repository at this point in the history