pyIntensityFeatures.tests.test_utils_distributions
Tests for functions in utils.distributions.
Classes
Tests for calc_quadratic. |
|
Tests for the single-peaked Gaussian functions. |
|
Tests for the multi-peaked Gaussian functions. |
Module Contents
- class pyIntensityFeatures.tests.test_utils_distributions.TestCalcQuadratic(methodName='runTest')[source]
Bases:
unittest.TestCaseTests for calc_quadratic.
- class pyIntensityFeatures.tests.test_utils_distributions.TestSingleGauss(methodName='runTest')[source]
Bases:
unittest.TestCaseTests for the single-peaked Gaussian functions.
- class pyIntensityFeatures.tests.test_utils_distributions.TestMultGauss(methodName='runTest')[source]
Bases:
unittest.TestCaseTests for the multi-peaked Gaussian functions.
- set_gaussian(add_quad=False)[source]
Set the Gaussian values to test against.
- Parameters:
- add_quadbool
Add a quadratic background if True (default=False)