astro.tests.test_denoising#

UNIT TESTS FOR DENOISING.

This module contains unit tests for the astro.denoising module.

class DenoiseTestCase(methodName='runTest')[source]#

Bases: unittest.case.TestCase

setUp()[source]#

Hook method for setting up the test fixture before exercising it.

tearDown()[source]#

Hook method for deconstructing the test fixture after testing it.

test_denoise()[source]#
_classSetupFailed = False#
_class_cleanups = []#
class NoiseTestCase(methodName='runTest')[source]#

Bases: unittest.case.TestCase

setUp()[source]#

Hook method for setting up the test fixture before exercising it.

tearDown()[source]#

Hook method for deconstructing the test fixture after testing it.

test_sigma_clip()[source]#
test_noise_est()[source]#
test_sigma_scales()[source]#
_classSetupFailed = False#
_class_cleanups = []#
class WaveletTestCase(methodName='runTest')[source]#

Bases: unittest.case.TestCase

setUp()[source]#

Hook method for setting up the test fixture before exercising it.

tearDown()[source]#

Hook method for deconstructing the test fixture after testing it.

test_decompose()[source]#
test_recombine()[source]#
_classSetupFailed = False#
_class_cleanups = []#