pyIntensityFeatures.tests.test_proc_intensity ============================================= .. py:module:: pyIntensityFeatures.tests.test_proc_intensity .. autoapi-nested-parse:: Tests for functions in `proc.intensity`. .. !! processed by numpydoc !! Attributes ---------- .. autoapisummary:: pyIntensityFeatures.tests.test_proc_intensity.apexpy Classes ------- .. autoapisummary:: pyIntensityFeatures.tests.test_proc_intensity.TestIntensityFuncs Module Contents --------------- .. py:data:: apexpy :value: None .. py:class:: TestIntensityFuncs(methodName='runTest') Bases: :py:obj:`unittest.TestCase` Tests for the intensity functions. .. !! processed by numpydoc !! .. py:method:: setUp() Set up the test runs. .. !! processed by numpydoc !! .. py:method:: tearDown() Tear down the test environment. .. !! processed by numpydoc !! .. py:method:: eval_intensity_output(hemisphere) Evaluate the `out_data` attribute. :Parameters: **hemisphere** : int -1 for Southern, 1 for Northern. .. !! processed by numpydoc !! .. py:method:: test_find_intensity_boundaries_dayglow_threshold() Test boundary ID rejection with a too-low dayglow threshold. .. !! processed by numpydoc !! .. py:method:: test_find_intensity_boundaries_aaacgm() Test boundary ID in an intensity slice using AACGMV2 coordinates. .. !! processed by numpydoc !! .. py:method:: test_find_intensity_boundaries_apexpy() Test boundary ID in an intensity slice using apexpy coordinates. .. !! processed by numpydoc !! .. py:method:: test_find_intensity_boundaries_no_apexpy() Test boundary ID raises ValueError with the apexpy methods. .. !! processed by numpydoc !! .. py:method:: test_find_intensity_bad_eq_boundaries() Test boundary ID in an equatorial boundary failure. .. !! processed by numpydoc !! .. py:method:: test_find_intensity_bad_po_boundaries() Test boundary ID in a polar boundary failure. .. !! processed by numpydoc !!