AetherModel / Aether

This is the home of the Aether model of the thermosphere and ionosphere
GNU General Public License v3.0
19 stars 29 forks source link

[FEAT] Add transformations + unit tests for them #28

Open aaronjridley opened 3 years ago

aaronjridley commented 3 years ago

Is your feature request related to a problem? Please describe. There is a need to have a bunch of rotations and coordinate transformations. Should implement a variety of these and then have unit tests for them.

Describe the solution you'd like Add to the transform.cpp code to include more rotations (scalar and vector) and coordinate transformations (like GEO->GSE) or (GEO->MAG), etc.

Describe alternatives you've considered We may not have to implement all of these, since they probably exist all over the web.

Additional context Nope.

aaronjridley commented 3 years ago

Added rotations around the X, Y, and Z axes point-by-point and as a vector of cubes. I need to add unit tests for these.