satpy.tests.reader_tests.test_aapp_l1b module

Test module for the avhrr aapp l1b reader.

class satpy.tests.reader_tests.test_aapp_l1b.TestAAPPL1BAllChannelsPresent(methodName='runTest')[source]

Bases: TestCase

Test the filehandler.

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

_classSetupFailed = False
_class_cleanups = []
setUp()[source]

Set up the test case.

test_angles()[source]

Test reading the angles.

test_interpolation()[source]

Test reading the lon and lats.

test_interpolation_angles()[source]

Test reading the lon and lats.

test_navigation()[source]

Test reading the lon and lats.

test_read()[source]

Test the reading.

class satpy.tests.reader_tests.test_aapp_l1b.TestAAPPL1BChannel3AMissing(methodName='runTest')[source]

Bases: TestCase

Test the filehandler when channel 3a is missing.

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

_classSetupFailed = False
_class_cleanups = []
setUp()[source]

Set up the test case.

test_available_datasets_miss_3a()[source]

Test that channel 3a is missing from available datasets.

test_loading_missing_channels_returns_none()[source]

Test that loading a missing channel raises a keyerror.

class satpy.tests.reader_tests.test_aapp_l1b.TestNegativeCalibrationSlope(methodName='runTest')[source]

Bases: TestCase

Case for testing correct behaviour when the data has negative slope2 coefficients.

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

_classSetupFailed = False
_class_cleanups = []
setUp()[source]

Set up the test case.

tearDown()[source]

Tear down the test case.

test_bright_channel2_has_reflectance_greater_than_100()[source]

Test that a bright channel 2 has reflectances greater that 100.