satpy.tests.reader_tests.test_msu_gsa_l1b module

Tests for the ‘msu_gsa_l1b’ reader.

class satpy.tests.reader_tests.test_msu_gsa_l1b.FakeHDF5FileHandler2(filename, filename_info, filetype_info, **kwargs)[source]

Bases: FakeHDF5FileHandler

Swap-in HDF5 File Handler.

Get fake file content from ‘get_test_content’.

_get_data(num_scans, num_cols)[source]
get_test_content(filename, filename_info, filetype_info)[source]

Mimic reader input file content.

class satpy.tests.reader_tests.test_msu_gsa_l1b.TestMSUGSABReader[source]

Bases: object

Test MSU GS/A L1B Reader.

setup_method()[source]

Wrap HDF5 file handler with our own fake handler.

teardown_method()[source]

Stop wrapping the HDF5 file handler.

test_irbt()[source]

Test retrieval in brightness temperature.

test_nocounts()[source]

Test we can’t get IR or VIS data as counts.

test_vis_cal()[source]

Test that we can retrieve VIS data as both radiance and reflectance.

yaml_file = 'msu_gsa_l1b.yaml'