lsst-sphgeom 30.0.0rc2__tar.gz → 30.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lsst_sphgeom-30.0.0rc2/python/lsst_sphgeom.egg-info → lsst_sphgeom-30.0.1}/PKG-INFO +1 -1
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_healpixPixelization.py +11 -1
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/version.py +1 -1
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1/python/lsst_sphgeom.egg-info}/PKG-INFO +1 -1
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_HealpixPixelization.py +45 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/COPYRIGHT +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/LICENSE +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/MANIFEST.in +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/README.md +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/bsd_license.txt +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/gpl-v3.0.txt +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Angle.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/AngleInterval.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/BigInteger.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Box.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Box3d.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Chunker.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Circle.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/CompoundRegion.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/ConvexPolygon.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Ellipse.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/HtmPixelization.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Interval.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Interval1d.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/LonLat.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Matrix3d.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Mq3cPixelization.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/NormalizedAngle.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/NormalizedAngleInterval.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Pixelization.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Q3cPixelization.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/RangeSet.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Region.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Relationship.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/TriState.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/UnitVector3d.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/Vector3d.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/codec.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/constants.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/curve.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/orientation.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/python/interval.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/python/relationship.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/python/tristate.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/python/utils.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/python.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/utils.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/pyproject.toml +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/__init__.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/__init__.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_angle.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_angleInterval.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_box.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_box3d.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_chunker.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_circle.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_compoundRegion.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_continue_class.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_convexPolygon.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_curve.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_ellipse.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_htmPixelization.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_interval1d.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_lonLat.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_matrix3d.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_mq3cPixelization.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_normalizedAngle.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_normalizedAngleInterval.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_orientation.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_pixelization.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_q3cPixelization.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_rangeSet.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_region.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_relationship.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_sphgeom.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_unitVector3d.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_utils.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_vector3d.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_yaml.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/pixelization_abc.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst_sphgeom.egg-info/SOURCES.txt +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst_sphgeom.egg-info/dependency_links.txt +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst_sphgeom.egg-info/not-zip-safe +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst_sphgeom.egg-info/requires.txt +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst_sphgeom.egg-info/top_level.txt +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/setup.cfg +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/setup.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/Angle.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/AngleInterval.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/BigInteger.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/Box.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/Box3d.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/Chunker.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/Circle.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/CompoundRegion.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/ConvexPolygon.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/ConvexPolygonImpl.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/Ellipse.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/HtmPixelization.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/Interval1d.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/LonLat.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/Matrix3d.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/Mq3cPixelization.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/NormalizedAngle.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/NormalizedAngleInterval.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/PixelFinder.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/Q3cPixelization.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/Q3cPixelizationImpl.h +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/RangeSet.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/Region.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/UnitVector3d.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/Vector3d.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/base64.hpp +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/orientation.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/src/utils.cc +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_Angle.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_AngleIntervals.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_Box.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_Box3d.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_Chunker.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_Circle.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_CompoundRegion.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_ConvexPolygon.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_Ellipse.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_HtmPixelization.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_Interval1d.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_LonLat.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_Matrix3d.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_Mq3cPixelization.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_NormalizedAngle.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_Q3cPixelization.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_RangeSet.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_UnitVector3d.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_Vector3d.py +0 -0
- {lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/tests/test_ivoa.py +0 -0
|
@@ -150,7 +150,17 @@ class HealpixPixelization(PixelizationABC):
|
|
|
150
150
|
raise ValueError("Invalid circle radius.")
|
|
151
151
|
elif isinstance(region, ConvexPolygon):
|
|
152
152
|
vertices = np.array([[v.x(), v.y(), v.z()] for v in region.getVertices()])
|
|
153
|
-
|
|
153
|
+
retry = False
|
|
154
|
+
try:
|
|
155
|
+
pixels = hpg.query_polygon_vec(nside, vertices)
|
|
156
|
+
except RuntimeError:
|
|
157
|
+
# This happens if the polygon is determined to have a
|
|
158
|
+
# degenerate corner (which can happen with rounding).
|
|
159
|
+
# In this case, redo with a bounding circle.
|
|
160
|
+
retry = True
|
|
161
|
+
|
|
162
|
+
if retry:
|
|
163
|
+
pixels = self._interior_pixels_from_region(nside, region.getBoundingCircle())
|
|
154
164
|
elif isinstance(region, Box):
|
|
155
165
|
pixels = hpg.query_box(
|
|
156
166
|
nside,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
__all__ = ["__version__"]
|
|
2
|
-
__version__ = "30.0.
|
|
2
|
+
__version__ = "30.0.1"
|
|
@@ -215,6 +215,51 @@ class HealpixPixelizationTestCase(unittest.TestCase):
|
|
|
215
215
|
)
|
|
216
216
|
self._check_interior(h, ellipse, [pix])
|
|
217
217
|
|
|
218
|
+
def test_interior_nearly_degenerate_polygon(self):
|
|
219
|
+
"""Check interior pixels with nearly degenerate polygon.
|
|
220
|
+
|
|
221
|
+
See DM-53933.
|
|
222
|
+
"""
|
|
223
|
+
poly = ConvexPolygon(
|
|
224
|
+
[
|
|
225
|
+
UnitVector3d(-0.016144196513206758, -0.9235039286924489, -0.3832490816799893),
|
|
226
|
+
UnitVector3d(-0.01988138785117867, -0.9228560783513854, -0.38463149775728545),
|
|
227
|
+
UnitVector3d(-0.022348863683228713, -0.9209177038528237, -0.3891158066983548),
|
|
228
|
+
UnitVector3d(-0.024841110338799998, -0.918545770328335, -0.3945333788782152),
|
|
229
|
+
UnitVector3d(-0.026637426968850634, -0.9164294757774608, -0.39930873194901123),
|
|
230
|
+
UnitVector3d(-0.02509225617228684, -0.9149335621264763, -0.4028237276709774),
|
|
231
|
+
UnitVector3d(-0.0221015078570923, -0.911998223315482, -0.4095982959191202),
|
|
232
|
+
UnitVector3d(-0.020553220684181986, -0.9104571830599119, -0.4130923418972051),
|
|
233
|
+
UnitVector3d(-0.017371565494301272, -0.9072522623419655, -0.4202279871541906),
|
|
234
|
+
UnitVector3d(-0.014347349160349979, -0.9041551644174409, -0.4269632211670476),
|
|
235
|
+
UnitVector3d(-0.014303105070771129, -0.9041094310633312, -0.42706153871271785),
|
|
236
|
+
UnitVector3d(-0.012802279210872009, -0.9025514012895127, -0.4303917630221838),
|
|
237
|
+
UnitVector3d(-0.007862275539177377, -0.9015265103248066, -0.43265244227315125),
|
|
238
|
+
UnitVector3d(-0.0019484762556141095, -0.900471339489277, -0.4349109911219402),
|
|
239
|
+
UnitVector3d(0.0032282853511799436, -0.8996943229589627, -0.436508537613075),
|
|
240
|
+
UnitVector3d(0.006969847869770022, -0.9003377930402403, -0.4351359323752772),
|
|
241
|
+
UnitVector3d(0.022099717156107892, -0.9027944227880381, -0.42950417074160424),
|
|
242
|
+
UnitVector3d(0.033589177231523826, -0.9045049275054283, -0.4251383342999184),
|
|
243
|
+
UnitVector3d(0.03732521827078148, -0.9050320420971739, -0.4237025263772424),
|
|
244
|
+
UnitVector3d(0.039795546158565454, -0.9070052460628258, -0.41923477684998206),
|
|
245
|
+
UnitVector3d(0.04228779372661228, -0.9093772751891867, -0.41381724694752126),
|
|
246
|
+
UnitVector3d(0.04409395578698435, -0.9114581951867685, -0.4090228373696683),
|
|
247
|
+
UnitVector3d(0.04255005806475871, -0.9130743444969162, -0.4055671756691021),
|
|
248
|
+
UnitVector3d(0.04109145924730725, -0.91458405813035, -0.4023027374885082),
|
|
249
|
+
UnitVector3d(0.03791490987091337, -0.9178181221381234, -0.3951864803916365),
|
|
250
|
+
UnitVector3d(0.03335712714052637, -0.9223387473238281, -0.38493965404208763),
|
|
251
|
+
UnitVector3d(0.03180762744041508, -0.9238417869862389, -0.3814506881035668),
|
|
252
|
+
UnitVector3d(0.030248610691484885, -0.9253347742243898, -0.3779425580195124),
|
|
253
|
+
UnitVector3d(0.02530895801451361, -0.9263964395908428, -0.3756981412751856),
|
|
254
|
+
UnitVector3d(0.01939515964342646, -0.9274517060282444, -0.37343963470379626),
|
|
255
|
+
UnitVector3d(0.014215536919345694, -0.9281937989444676, -0.37182548340738003),
|
|
256
|
+
UnitVector3d(0.010475126504663994, -0.9276710642902235, -0.3732514811803906),
|
|
257
|
+
],
|
|
258
|
+
)
|
|
259
|
+
|
|
260
|
+
h = HealpixPixelization(6)
|
|
261
|
+
self._check_interior(h, poly, [28890, 28891, 28912, 28913, 28914])
|
|
262
|
+
|
|
218
263
|
def _check_interior(self, pixelization, region, check_pixels):
|
|
219
264
|
"""Check the interior from a region.
|
|
220
265
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/include/lsst/sphgeom/NormalizedAngleInterval.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst/sphgeom/_normalizedAngleInterval.cc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lsst_sphgeom-30.0.0rc2 → lsst_sphgeom-30.0.1}/python/lsst_sphgeom.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|