You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
Updated versions of schemas for gwcs objects based on latest versions of transform schemas in asdf-standard. [#307]
Added a wcs.Step class to allow serialization to ASDF to use references. [#317]
WCS.pipeline now is a list of Step instances instead of a (frame, transform) tuple. Use WCS.pipeline.transform and WCS.pipeline.frame to access them. [#319]
Bug Fixes
Fix a bug in polygon fill for zero-width bounding boxes. [#293]
Add an optional parameter input_frame to ``wcstools.wcs_from_fiducial`. [#312]