Skip to content

Commit

Permalink
Added TODOs to Rectangular FOV
Browse files Browse the repository at this point in the history
  • Loading branch information
weasdown committed Feb 19, 2024
1 parent 55efac6 commit 191c2e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gmat_py_simple/hardware.py
Expand Up @@ -247,6 +247,7 @@ def CustomCheckTargetVisibility(self, target: np.ndarray | list) -> bool:

# TODO update this to use simpler algo - don't need corner vectors, only vecs at midpoint of each face
# Can find midpoint vecs by rotating boresight by alpha/beta +/- 90 (as appropriate)
# TODO determine whether new method applicable to FOVs with width/height >180 degrees

# TODO consider case where FOV rolled around boresight - need to update axes so midpoint vecs calced correctly

Expand Down

0 comments on commit 191c2e5

Please sign in to comment.