satpy.tests.reader_tests.test_abi_l1b module
The abi_l1b reader tests package.
- class satpy.tests.reader_tests.test_abi_l1b.TestABIYAML[source]
Bases:
object
Tests for the ABI L1b reader’s YAML configuration.
- class satpy.tests.reader_tests.test_abi_l1b.Test_NC_ABI_File(methodName='runTest')[source]
Bases:
TestCase
Test file opening.
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_abi_l1b.Test_NC_ABI_L1B(methodName='runTest')[source]
Bases:
Test_NC_ABI_L1B_Base
Test the NC_ABI_L1B reader.
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_abi_l1b.Test_NC_ABI_L1B_Base(methodName='runTest')[source]
Bases:
TestCase
Common setup for NC_ABI_L1B 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_abi_l1b.Test_NC_ABI_L1B_H5netcdf(methodName='runTest')[source]
Bases:
Test_NC_ABI_L1B
Allow h5netcdf peculiarities.
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_abi_l1b.Test_NC_ABI_L1B_invalid_cal(methodName='runTest')[source]
Bases:
Test_NC_ABI_L1B_Base
Test the NC_ABI_L1B reader with invalid calibration.
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_abi_l1b.Test_NC_ABI_L1B_ir_cal(methodName='runTest')[source]
Bases:
Test_NC_ABI_L1B_Base
Test the NC_ABI_L1B reader’s IR calibration.
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_abi_l1b.Test_NC_ABI_L1B_raw_cal(methodName='runTest')[source]
Bases:
Test_NC_ABI_L1B_Base
Test the NC_ABI_L1B reader raw calibration.
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_abi_l1b.Test_NC_ABI_L1B_vis_cal(methodName='runTest')[source]
Bases:
Test_NC_ABI_L1B_Base
Test the NC_ABI_L1B reader.
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.