23 """Application Framework geometry code including Point, Extent, and ellipses
31 AffineTransform, Angle, AngleUnit, Box2D, Box2I, BoxD, BoxI, CoordinateExpr, CoordinateExpr2,
32 CoordinateExpr3, Extent, Extent2D, Extent2I, Extent3D, Extent3I, ExtentBase2D, ExtentBase2I,
33 ExtentBase3D, ExtentBase3I, ExtentD, ExtentI, LinearTransform, Point, Point2D, Point2I, Point3D,
34 Point3I, PointBase2D, PointBase2I, PointBase3D, PointBase3I, PointD, PointI, SpherePoint, arcsecToRad,
35 averageSpherePoint, degToRad, isAngle, makeAffineTransformFromTriple, masToRad, radToArcsec, radToDeg,
36 radToMas, radians, degrees, hours, arcminutes, arcseconds, milliarcseconds, PI, TWOPI, HALFPI,
37 ONE_OVER_PI, SQRTPI, INVSQRTPI, ROOT2
43 AffineTransform = deprecate_pybind11(AffineTransform,
44 reason=
"Replaced by lsst.geom.AffineTransform (will be removed before the release of v20.0)")
45 Angle = deprecate_pybind11(Angle,
46 reason=
"Replaced by lsst.geom.Angle (will be removed before the release of v20.0)")
47 AngleUnit = deprecate_pybind11(AngleUnit,
48 reason=
"Replaced by lsst.geom.AngleUnit (will be removed before the release of v20.0)")
49 Box2D = deprecate_pybind11(Box2D,
50 reason=
"Replaced by lsst.geom.Box2D (will be removed before the release of v20.0)")
51 Box2I = deprecate_pybind11(Box2I,
52 reason=
"Replaced by lsst.geom.Box2I (will be removed before the release of v20.0)")
53 BoxD = deprecate_pybind11(BoxD,
54 reason=
"Replaced by lsst.geom.BoxD (will be removed before the release of v20.0)")
55 BoxI = deprecate_pybind11(BoxI,
56 reason=
"Replaced by lsst.geom.BoxI (will be removed before the release of v20.0)")
58 CoordinateExpr = deprecate_pybind11(CoordinateExpr,
59 reason=
"Replaced by lsst.geom.CoordinateExpr (will be removed before the release of v20.0)")
60 CoordinateExpr2 = deprecate_pybind11(CoordinateExpr2,
61 reason=
"Replaced by lsst.geom.CoordinateExpr2 (will be removed before the release of v20.0)")
62 CoordinateExpr3 = deprecate_pybind11(CoordinateExpr3,
63 reason=
"Replaced by lsst.geom.CoordinateExpr3 (will be removed before the release of v20.0)")
64 Extent = deprecate_pybind11(Extent,
65 reason=
"Replaced by lsst.geom.Extent (will be removed before the release of v20.0)")
66 Extent2D = deprecate_pybind11(Extent2D,
67 reason=
"Replaced by lsst.geom.Extent2D (will be removed before the release of v20.0)")
68 Extent2I = deprecate_pybind11(Extent2I,
69 reason=
"Replaced by lsst.geom.Extent2I (will be removed before the release of v20.0)")
70 Extent3D = deprecate_pybind11(Extent3D,
71 reason=
"Replaced by lsst.geom.Extent3D (will be removed before the release of v20.0)")
72 Extent3I = deprecate_pybind11(Extent3I,
73 reason=
"Replaced by lsst.geom.Extent3I (will be removed before the release of v20.0)")
74 ExtentBase2D = deprecate_pybind11(ExtentBase2D,
75 reason=
"Replaced by lsst.geom.ExtentBase2D (will be removed before the release of v20.0)")
76 ExtentBase2I = deprecate_pybind11(ExtentBase2I,
77 reason=
"Replaced by lsst.geom.ExtentBase2I (will be removed before the release of v20.0)")
78 ExtentBase3D = deprecate_pybind11(ExtentBase3D,
79 reason=
"Replaced by lsst.geom.ExtentBase3D (will be removed before the release of v20.0)")
80 ExtentBase3I = deprecate_pybind11(ExtentBase3I, reason=
"Replaced by lsst.geom.ExtentBase3I (will be removed before the release of v20.0)")
81 ExtentD = deprecate_pybind11(ExtentD,
82 reason=
"Replaced by lsst.geom.ExtentD (will be removed before the release of v20.0)")
83 ExtentI = deprecate_pybind11(ExtentI,
84 reason=
"Replaced by lsst.geom.ExtentI (will be removed before the release of v20.0)")
85 LinearTransform = deprecate_pybind11(LinearTransform,
86 reason=
"Replaced by lsst.geom.LinearTransform (will be removed before the release of v20.0)")
87 Point = deprecate_pybind11(Point,
88 reason=
"Replaced by lsst.geom.Point (will be removed before the release of v20.0)")
89 Point2D = deprecate_pybind11(Point2D,
90 reason=
"Replaced by lsst.geom.Point2D (will be removed before the release of v20.0)")
91 Point2I = deprecate_pybind11(Point2I,
92 reason=
"Replaced by lsst.geom.Point2I (will be removed before the release of v20.0)")
93 Point3D = deprecate_pybind11(Point3D,
94 reason=
"Replaced by lsst.geom.Point3D (will be removed before the release of v20.0)")
95 Point3I = deprecate_pybind11(Point3I,
96 reason=
"Replaced by lsst.geom.Point3I (will be removed before the release of v20.0)")
97 PointBase2D = deprecate_pybind11(PointBase2D,
98 reason=
"Replaced by lsst.geom.PointBase2D (will be removed before the release of v20.0)")
99 PointBase2I = deprecate_pybind11(PointBase2I,
100 reason=
"Replaced by lsst.geom.PointBase2I (will be removed before the release of v20.0)")
101 PointBase3D = deprecate_pybind11(PointBase3D, reason=
"Replaced by lsst.geom.PointBase3D (will be removed before the release of v20.0)")
102 PointBase3I = deprecate_pybind11(PointBase3I,
103 reason=
"Replaced by lsst.geom.PointBase3I (will be removed before the release of v20.0)")
104 PointD = deprecate_pybind11(PointD,
105 reason=
"Replaced by lsst.geom.PointD (will be removed before the release of v20.0)")
106 PointI = deprecate_pybind11(PointI,
107 reason=
"Replaced by lsst.geom.PointI (will be removed before the release of v20.0)")
108 SpherePoint = deprecate_pybind11(SpherePoint,
109 reason=
"Replaced by lsst.geom.SpherePoint (will be removed before the release of v20.0)")
110 arcsecToRad = deprecate_pybind11(arcsecToRad,
111 reason=
"Replaced by lsst.geom.arcsecToRad (will be removed before the release of v20.0)")
112 averageSpherePoint = deprecate_pybind11(averageSpherePoint,
113 reason=
"Replaced by lsst.geom.averageSpherePoint (will be removed before the release of v20.0)")
114 degToRad = deprecate_pybind11(degToRad,
115 reason=
"Replaced by lsst.geom.degToRad (will be removed before the release of v20.0)")
116 isAngle = deprecate_pybind11(isAngle,
117 reason=
"Replaced by lsst.geom.isAngle (will be removed before the release of v20.0)")
118 makeAffineTransformFromTriple = deprecate_pybind11(makeAffineTransformFromTriple,
119 reason=
"Replaced by lsst.geom.makeAffineTransformFromTriple (will be removed before the release of v20.0)")
120 masToRad = deprecate_pybind11(masToRad,
121 reason=
"Replaced by lsst.geom.masToRad (will be removed before the release of v20.0)")
122 radToArcsec = deprecate_pybind11(radToArcsec,
123 reason=
"Replaced by lsst.geom.radToArcsec (will be removed before the release of v20.0)")
124 radToDeg = deprecate_pybind11(radToDeg,
125 reason=
"Replaced by lsst.geom.radToDeg (will be removed before the release of v20.0)")
126 radToMas = deprecate_pybind11(radToMas,
127 reason=
"Replaced by lsst.geom.radToMas (will be removed before the release of v20.0)")
129 del deprecate_pybind11
131 from .ellipses
import Ellipse, Quadrupole
132 from .polygon
import *
134 from .spanSet
import *
137 from .transformConfig
import *
139 from .endpoint
import *
140 from .transform
import *
141 from .transformFactory
import *
142 from .transformConfig
import *
143 from .skyWcs
import *
144 from .transformFromString
import *
145 from .
import wcsUtils
146 from .sipApproximation
import *
147 from .calculateSipWcsHeader
import *