Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

make sure scan_geom and sweep_angle_axis are properly tracked and used #1199

Merged
merged 1 commit into from
Dec 11, 2018

Conversation

lesserwhirls
Copy link
Collaborator

The GEOSTransform class was refactored in 2014, and while the types of the parameters in the signature of the constructors didn't change, the meaning of some of the parameters in some of the constructors did. Specifically, some constructors started taking the sweep angle axis (x or y) instead of the scan geometry (GOES or GEOS).

#1198 addressed this in the copy constructor, but that was only a partial fix. This PR makes sure the correct parameter is passed into the GEOSTransform constructor, and ensures the scan geometry field inside GOESTransform is correctly set.

Special thanks to @phollemans for the pointers and feedback!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant