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] Cross track and Along track off-nadir angle computation #303

Open
vishwa2710 opened this issue Dec 18, 2024 · 0 comments
Open

[feat] Cross track and Along track off-nadir angle computation #303

vishwa2710 opened this issue Dec 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vishwa2710
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Similar to the Nadir data provider, it would be great to be able to compute the along track and cross track off-nadir angles provided a satellite and target.

Describe the solution you'd like
Given a satellite state and target position, compute the along track and cross track off nadir angles.

Pair<Angle, Angle> computeAlongAndCrossTrackOffNadirAngles(const State& aState, const Position& aTargetPosition)
@vishwa2710 vishwa2710 added the enhancement New feature or request label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant