satpy.tests.reader_tests.test_sar_c_safe module
Module for testing the satpy.readers.sar-c_safe module.
- class satpy.tests.reader_tests.test_sar_c_safe.Calibration(value)[source]
Bases:
Enum
Calibration levels.
- beta_nought = 3
- dn = 4
- gamma = 1
- sigma_nought = 2
- class satpy.tests.reader_tests.test_sar_c_safe.TestSAFEGRD(methodName='runTest')[source]
Bases:
TestCase
Test the SAFE GRD 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_sar_c_safe.TestSAFEXMLAnnotation(methodName='runTest')[source]
Bases:
TestCase
Test the SAFE XML Annotation 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_sar_c_safe.TestSAFEXMLCalibration(methodName='runTest')[source]
Bases:
TestCase
Test the SAFE XML Calibration 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_sar_c_safe.TestSAFEXMLNoise(methodName='runTest')[source]
Bases:
TestCase
Test the SAFE XML Noise 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.