satpy.tests.reader_tests.test_ahi_hsd module
The ahi_hsd reader tests package.
- class satpy.tests.reader_tests.test_ahi_hsd.TestAHICalibration(methodName='runTest')[source]
Bases:
TestCase
Test case for various AHI calibration types.
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 = []
- class satpy.tests.reader_tests.test_ahi_hsd.TestAHIHSDFileHandler[source]
Bases:
object
Tests for the AHI HSD file handler.
Bases:
TestCase
Test the AHI HSD reader navigation.
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.
Test region navigation.
Test segment navigation.
- class satpy.tests.reader_tests.test_ahi_hsd.TestNominalTimeCalculator[source]
Bases:
object
Test case for nominal timestamp computation.
- satpy.tests.reader_tests.test_ahi_hsd._create_fake_file_handler(in_fname, filename_info=None, filetype_info=None, fh_kwargs=None)[source]