DOI-USGS / usgscsm

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

Change framing sensor to use euler angles instead of normalized quaternions for pointing adjustments #425

Open jessemapel opened 1 year ago

jessemapel commented 1 year ago

Using quaternions causes a lot of issues with correction because they aren't very well behaved and we can't constain them to unit quaternions through the CSM API. Instead we should use standard Euler angles like we do in the other sensors. We can likely re-use much of the code from the other sensors to do this.