satpy.tests.reader_tests.test_abi_l1b module
The abi_l1b reader tests package.
- class satpy.tests.reader_tests.test_abi_l1b.Test_NC_ABI_L1B[source]
Bases:
object
Test the NC_ABI_L1B reader.
- pytestmark = [Mark(name='parametrize', args=('c01_data_arr', [c01_rad, c01_rad_h5netcdf]), kwargs={})]
- satpy.tests.reader_tests.test_abi_l1b.c01_rad_h5netcdf(tmp_path) DataArray [source]
Load c01 radiances through h5netcdf.
- satpy.tests.reader_tests.test_abi_l1b.c07_bt_creator(tmp_path) Callable [source]
Create a loader for c07 brightness temperatures.
- satpy.tests.reader_tests.test_abi_l1b.generate_l1b_filename(chan_name: str) str [source]
Generate a l1b filename.
- satpy.tests.reader_tests.test_abi_l1b.test_file_patterns_match(channel, suffix)[source]
Test that the configured file patterns work.