-
Notifications
You must be signed in to change notification settings - Fork 21
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
Usgs Astro CSM Code Changes #30
base: master
Are you sure you want to change the base?
Conversation
Some initial thoughts:
I'll probably have other comments, these are just my initial thoughts. |
Sweet, thank you for the initial review @sminster. We initially used 3.0.3.3 to create the USGSCSM set of camera so I wasn't sure if we would want the updates in 3.0.3 or main. I can rebase onto main and make some of the changes you have suggested |
I am a bit overly pedantic here, but ECEF is just a Cartesian system that rotates together with the planet. One may define a datum, or one may not, and even then, WGS84 is just one datum for Earth, while ECEF exists also for Mars, etc., and even bodies that are not approximately spherical.
* Added Windows cmake support and CI * git is weird * Properply starting conda
@sminster I think I addressed most of your initial thoughts, and this PR should be ready for a review |
Hello,
Here are some changes from the USGS astro fork of the CSM. Most of these changes were made for CSM 3.0.3 but may be portable into the current version. The most notable are the CMake files and potentially the CI for appveyor and travis.
I just made the PR into the master area but I can update the PR as needed.
Adam Paquette