DOI-USGS / usgscsm

This repository stores USGS Community Sensor Model (CSM) camera models
Other
26 stars 33 forks source link

Added precision setting in locus methods #322

Closed jessemapel closed 3 years ago

jessemapel commented 3 years ago

Also finished implementing the framer's proximate imaging locus method.

Fixes #319

jessemapel commented 3 years ago

Running this through clang tidy seems to have also done some re-ordering of the includes and modified a few other things too. @kberryUSGS Is this expected?

kberryUSGS commented 3 years ago

It will re-order the includes, at least.

jessemapel commented 3 years ago

@kberryUSGS Am I good to merge this or should I wait until the other PRs come in because this may cause issues with linting.

kberryUSGS commented 3 years ago

@jessemapel if you're willing to wait (and possibly re-run the linted after merging from upstream), it would probably make the merge conflicts easier to handle.

jessemapel commented 3 years ago

Closing. Going to open up a clean PR without linting in it.