pyIntensityFeatures.tests.test_instruments_satellites ===================================================== .. py:module:: pyIntensityFeatures.tests.test_instruments_satellites .. autoapi-nested-parse:: Tests for functions in `instruments.satellites`. .. !! processed by numpydoc !! Classes ------- .. autoapisummary:: pyIntensityFeatures.tests.test_instruments_satellites.TestSatelliteFuncs Module Contents --------------- .. py:class:: TestSatelliteFuncs(methodName='runTest') Bases: :py:obj:`unittest.TestCase` Tests for the satellite 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_auroral_slice() Evaluate the output from `get_auroral_slice`. .. !! processed by numpydoc !! .. py:method:: eval_times(is_last=False) Evaluate the output times. :Parameters: **is_last** : bool Assert the last time is equal to the last time of the input times .. !! processed by numpydoc !! .. py:method:: test_get_auroral_slice_bad_intensity_shape() Test raises ValueError with the bad intensity data shape. .. !! processed by numpydoc !! .. py:method:: test_get_auroral_slice_bad_lat_shape() Test raises ValueError with the bad latitude data shape. .. !! processed by numpydoc !! .. py:method:: test_get_auroral_slice_bad_lon_shape() Test raises ValueError with the bad longitude data shape. .. !! processed by numpydoc !! .. py:method:: test_get_auroral_slice_bad_clean_mask_shape() Test raises ValueError with the bad clean mask shape. .. !! processed by numpydoc !! .. py:method:: test_get_auroral_slice_no_mask() Test slice output without a mask. .. !! processed by numpydoc !! .. py:method:: test_get_auroral_slice_mask() Test slice output with a mask that removes all data. .. !! processed by numpydoc !! .. py:method:: test_get_auroral_slice_bad_lat_range() Test slice output with a lat range that doesn't contain a slice. .. !! processed by numpydoc !!