satpy.tests.reader_tests.test_aws1_mwr_l1b module

Tests for aws l1b filehandlers.

satpy.tests.reader_tests.test_aws1_mwr_l1b.test_get_channel_data(aws_mwr_handler, fake_mwr_data_array)[source]

Test retrieving the channel data.

satpy.tests.reader_tests.test_aws1_mwr_l1b.test_get_navigation_data(aws_mwr_handler, id_name, file_key, fake_array)[source]

Test retrieving the geolocation (lon-lat) data.

satpy.tests.reader_tests.test_aws1_mwr_l1b.test_get_viewing_geometry_data(aws_mwr_handler, id_name, file_key, fake_array)[source]

Test retrieving the angles_data.

satpy.tests.reader_tests.test_aws1_mwr_l1b.test_metadata(aws_mwr_handler)[source]

Test that the metadata is read correctly.

satpy.tests.reader_tests.test_aws1_mwr_l1b.test_orbit_number_start_end(aws_mwr_handler)[source]

Test that start and end orbit number is read correctly.

satpy.tests.reader_tests.test_aws1_mwr_l1b.test_start_end_time(aws_mwr_handler)[source]

Test that start and end times are read correctly.

satpy.tests.reader_tests.test_aws1_mwr_l1b.test_try_get_data_not_in_file(aws_mwr_handler)[source]

Test retrieving a data field that is not available in the file.