satpy.tests.reader_tests.test_ami_l1b module
The ami_l1b reader tests package.
- class satpy.tests.reader_tests.test_ami_l1b.FakeDataset(info, attrs)[source]
Bases:
object
Mimic xarray Dataset object.
Initialize test data.
- class satpy.tests.reader_tests.test_ami_l1b.TestAMIL1bNetCDF(methodName='runTest')[source]
Bases:
TestAMIL1bNetCDFBase
Test the AMI 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_ami_l1b.TestAMIL1bNetCDFBase(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_ami_l1b.TestAMIL1bNetCDFIRCal(methodName='runTest')[source]
Bases:
TestAMIL1bNetCDFBase
Test IR specific things about the AMI 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.