:py:mod:`test_coord_utils` ========================== .. py:module:: test_coord_utils Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: test_coord_utils.TestCoordUtils .. py:class:: TestCoordUtils(methodName='runTest') Bases: :py:obj:`unittest.TestCase` A suite of tests verifying the raytracing utility methods .. py:method:: setUpClass() :classmethod: Set global defaults for tests .. py:method:: test_get_padded_nside() Test get_padded_nside for correctness .. py:method:: test_get_corners() Test get_corners for correctness .. py:method:: test_is_inside() Test is_inside for correctness .. py:method:: test_get_target_nside() Test if the correct target NSIDE is returned .. py:method:: test_get_skycoord() Test if a SkyCoord instance is returned .. py:method:: test_sample_in_aperture() Test uniform distribution of samples .. py:method:: test_get_healpix_centers() Test if correct sky locations are returned in the cosmoDC2 convention .. py:method:: test_upgrade_healpix() Test correctness of healpix upgrading .. py:method:: test_match() Test correctness of matching .. py:method:: tearDownClass() :classmethod: Hook method for deconstructing the class fixture after running all tests in the class.