We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4bd79 commit c0accebCopy full SHA for c0acceb
CHANGES.rst
@@ -22,6 +22,14 @@ New Features
22
more accurate transformations for directed regions such as ellipses and
23
rectangles. [#650, #651]
24
25
+- Added a ``use_ellipse`` keyword to the ``to_pixel`` and ``to_sky``
26
+ methods of circular and circular annulus region classes that allows
27
+ the user to specify whether to return an elliptical region instead of
28
+ a circular region when converting between pixel and sky coordinates.
29
+ This is useful for cases where the WCS is distorted or has different
30
+ pixel scales along different axes and the circular region would be
31
+ significantly distorted in pixel or sky coordinates. [#652]
32
+
33
Bug Fixes
34
---------
35
0 commit comments