pyIntensityFeatures.tests.test_proc_intensity
Tests for functions in proc.intensity.
Attributes
Classes
Tests for the intensity functions. |
Module Contents
- class pyIntensityFeatures.tests.test_proc_intensity.TestIntensityFuncs(methodName='runTest')[source]
Bases:
unittest.TestCaseTests for the intensity functions.
- eval_intensity_output(hemisphere)[source]
Evaluate the out_data attribute.
- Parameters:
- hemisphereint
-1 for Southern, 1 for Northern.
- test_find_intensity_boundaries_dayglow_threshold()[source]
Test boundary ID rejection with a too-low dayglow threshold.
- test_find_intensity_boundaries_aaacgm()[source]
Test boundary ID in an intensity slice using AACGMV2 coordinates.
- test_find_intensity_boundaries_apexpy()[source]
Test boundary ID in an intensity slice using apexpy coordinates.
- test_find_intensity_boundaries_no_apexpy()[source]
Test boundary ID raises ValueError with the apexpy methods.