satpy.tests.reader_tests.test_sgli_l1b module
Tests for the SGLI L1B backend.
- satpy.tests.reader_tests.test_sgli_l1b.add_downsampled_geometry_data(h5f)[source]
Add downsampled geometry data to an h5py file instance.
- satpy.tests.reader_tests.test_sgli_l1b.sgli_ir_file(tmp_path_factory)[source]
Create a stub IR file.
- satpy.tests.reader_tests.test_sgli_l1b.sgli_pol_file(tmp_path_factory)[source]
Create a POL stub file.
- satpy.tests.reader_tests.test_sgli_l1b.sgli_vn_file(tmp_path_factory)[source]
Create a stub VN file.
- satpy.tests.reader_tests.test_sgli_l1b.test_channel_is_chunked(sgli_vn_file)[source]
Test that the channel data is chunked.
- satpy.tests.reader_tests.test_sgli_l1b.test_channel_is_masked(sgli_vn_file)[source]
Test that channels are masked for no-data.
- satpy.tests.reader_tests.test_sgli_l1b.test_end_time(sgli_vn_file)[source]
Test that the end time is extracted.
- satpy.tests.reader_tests.test_sgli_l1b.test_get_dataset_counts(sgli_vn_file)[source]
Test that counts can be extracted from a file.
- satpy.tests.reader_tests.test_sgli_l1b.test_get_dataset_for_unknown_channel(sgli_vn_file)[source]
Test that counts can be extracted from a file.
- satpy.tests.reader_tests.test_sgli_l1b.test_get_polarized_dataset_reflectance(sgli_pol_file, polarization)[source]
Test getting polarized reflectances.
- satpy.tests.reader_tests.test_sgli_l1b.test_get_polarized_longitudes(sgli_pol_file)[source]
Test getting polarized reflectances.
- satpy.tests.reader_tests.test_sgli_l1b.test_get_sw_dataset_reflectances(sgli_ir_file)[source]
Test getting SW dataset reflectances.
- satpy.tests.reader_tests.test_sgli_l1b.test_get_ti_dataset_bt(sgli_ir_file)[source]
Test getting brightness temperatures for IR channels.
- satpy.tests.reader_tests.test_sgli_l1b.test_get_ti_dataset_radiance(sgli_ir_file)[source]
Test getting thermal IR radiances.
- satpy.tests.reader_tests.test_sgli_l1b.test_get_ti_lon_lats(sgli_ir_file)[source]
Test getting the lons and lats for IR channels.
- satpy.tests.reader_tests.test_sgli_l1b.test_get_vn_dataset_radiance(sgli_vn_file)[source]
Test that datasets can be calibrated to radiance.
- satpy.tests.reader_tests.test_sgli_l1b.test_get_vn_dataset_reflectances(sgli_vn_file)[source]
Test that the vn datasets can be calibrated to reflectances.
- satpy.tests.reader_tests.test_sgli_l1b.test_loading_lon_lat(sgli_vn_file)[source]
Test that loading lons and lats works.
- satpy.tests.reader_tests.test_sgli_l1b.test_loading_sensor_angles(sgli_vn_file)[source]
Test loading the satellite angles.
- satpy.tests.reader_tests.test_sgli_l1b.test_loading_solar_angles(sgli_vn_file)[source]
Test loading sun angles.