satpy.tests.reader_tests.test_avhrr_l0_hrpt module
Tests for the hrpt reader.
- class satpy.tests.reader_tests.test_avhrr_l0_hrpt.CalibratorPatcher(methodName='runTest')[source]
Bases:
PygacPatcher
Patch pygac.
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_avhrr_l0_hrpt.TestHRPTChannel3(methodName='runTest')[source]
Bases:
TestHRPTWithPatchedCalibratorAndFile
Test case for reading calibrated brightness temperature from hrpt data.
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_avhrr_l0_hrpt.TestHRPTGetCalibratedBT(methodName='runTest')[source]
Bases:
TestHRPTWithPatchedCalibratorAndFile
Test case for reading calibrated brightness temperature from hrpt data.
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_avhrr_l0_hrpt.TestHRPTGetCalibratedReflectances(methodName='runTest')[source]
Bases:
TestHRPTWithPatchedCalibratorAndFile
Test case for reading calibrated reflectances from hrpt data.
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_avhrr_l0_hrpt.TestHRPTGetUncalibratedData(methodName='runTest')[source]
Bases:
TestHRPTWithFile
Test case for reading uncalibrated hrpt data.
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.
Bases:
TestHRPTWithFile
Test case for computing HRPT 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.
Set up the test case.
Check that latitudes are returned properly.
Check that latitudes are returned properly.
- class satpy.tests.reader_tests.test_avhrr_l0_hrpt.TestHRPTReading(methodName='runTest')[source]
Bases:
TestHRPTWithFile
Test case for reading hrpt data.
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_avhrr_l0_hrpt.TestHRPTWithFile(methodName='runTest')[source]
Bases:
TestCase
Test base class with writing a fake file.
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_avhrr_l0_hrpt.TestHRPTWithPatchedCalibratorAndFile(methodName='runTest')[source]
Bases:
CalibratorPatcher
,TestHRPTWithFile
Test case with patched calibration routines and a synthetic file.
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.