Skip to content

Commit

Permalink
Merge pull request #4 from LyceanEM/bugfix/correction_of_comment
Browse files Browse the repository at this point in the history
changed comment for maxdirectivitymapdiscrete to reflect 4d array ret…
  • Loading branch information
LyceanEM authored Jun 28, 2023
2 parents 73cd607 + 2f427a7 commit 5d81154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lyceanem/electromagnetics/beamforming.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,8 @@ def MaximumDirectivityMapDiscrete(
Returns
-------
directivity_map : 3D numpy array of float
The achieved maximum directivity map. At each point the directivity corresponds to the achieved directivity at
directivity_map : 4D numpy array of float
The achieved maximum directivity map (a 3D numpy array for each phase resolution) . For each phase resolution for each point the directivity corresponds to the achieved directivity at
that command angle.
"""
Expand Down

0 comments on commit 5d81154

Please sign in to comment.