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

propcov-cpp PointGroup: requires longitudes to be between -pi to +pi strictly #1

Open
vinay0000 opened this issue Mar 30, 2020 · 0 comments

Comments

@vinay0000
Copy link
Collaborator

vinay0000 commented Mar 30, 2020

In the PointGroup class, need to modify the strict requirement on the range of longitude values. Currently the range is -pi to +pi.
While reading the grid file data, the PointGroup class filters out points not satisfying the above constraint.

See 35f5cf2

As long as this issue is there, the range of longitude values must fall within -pi to pi, else there shall be erroneous behavior, results.

Modify this behavior to also accept longitude values in the range 0 to 2pi.

@vinay0000 vinay0000 changed the title GMAT OC longitude bounds between -pi to +pi propcov-cpp PointGroup class requires longitudes to be between -pi to +pi strictly Jan 14, 2022
@vinay0000 vinay0000 changed the title propcov-cpp PointGroup class requires longitudes to be between -pi to +pi strictly propcov-cpp PointGroup class requires longitudes to be between -pi to +pi strictly Jan 14, 2022
@vinay0000 vinay0000 changed the title propcov-cpp PointGroup class requires longitudes to be between -pi to +pi strictly propcov-cpp PointGroup: requires longitudes to be between -pi to +pi strictly Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant