GWCS v0.10.0
GWCS v0.10.0 requires astropy v3.1.
New Features:
- Implement support for astropy APE 14 (https://doi.org/10.5281/zenodo.1188875).
- Added a
wcs_from_points
function which creates a WCS object from two matching sets of points(x,y)
and(ra, dec)
. - Added a
TemporalFrame
to represent relative or absolute time axes. - Removed deprecated
grid_from_domain
function andWCS.domain
property. - Added a
StokesFrame
which converts from 'I', 'Q', 'U', 'V' to 0-3. - Generalized the footrpint calculation to all output axes.
Bug Fixes:
- Initializing a
WCS
object with apipeline
list now keeps the completeCoordinateFrame
objects in theWCS.pipeline
. The effect is that aWCS
object can now be initialized with apipeline
from a differentWCS
object. - Fixed a bug in
bounding_box
definition when the WCS has only one axis. - Fixed a bug in
grid_from_bounding_box
which caused the grid to be larger than the image in cases when the bounding box is on the edges of an image.