satpy.tests.reader_tests.test_seviri_l1b_hrit module
The HRIT msg reader tests package.
- class satpy.tests.reader_tests.test_seviri_l1b_hrit.TestHRITMSGBase(methodName='runTest')[source]
Bases:
TestCase
Baseclass for SEVIRI HRIT reader tests.
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.
- class satpy.tests.reader_tests.test_seviri_l1b_hrit.TestHRITMSGCalibration[source]
Bases:
TestFileHandlerCalibrationBase
Unit tests for calibration.
- class satpy.tests.reader_tests.test_seviri_l1b_hrit.TestHRITMSGEpilogueFileHandler(methodName='runTest')[source]
Bases:
TestCase
Test the HRIT epilogue file handler.
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.
- class satpy.tests.reader_tests.test_seviri_l1b_hrit.TestHRITMSGFileHandler(methodName='runTest')[source]
Bases:
TestHRITMSGBase
Test the HRITFileHandler.
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_get_dataset_with_raw_metadata(calibrate, parent_get_dataset)[source]
Test getting the dataset.
- class satpy.tests.reader_tests.test_seviri_l1b_hrit.TestHRITMSGFileHandlerHRV(methodName='runTest')[source]
Bases:
TestHRITMSGBase
Test the HRITFileHandler.
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.
- class satpy.tests.reader_tests.test_seviri_l1b_hrit.TestHRITMSGPrologueFileHandler(methodName='runTest')[source]
Bases:
TestCase
Test the HRIT prologue file handler.
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.