satpy.tests.reader_tests.test_ahi_hrit module

The hrit ahi reader tests package.

class satpy.tests.reader_tests.test_ahi_hrit.TestHRITJMAFileHandler(methodName='runTest')[source]

Bases: TestCase

Test the HRITJMAFileHandler.

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.

test_calibrate()[source]

Test calibration.

test_get_acq_time()[source]

Test computation of scanline acquisition times.

test_get_area_def()[source]

Test getting an AreaDefinition.

test_get_dataset(base_get_dataset)[source]

Test getting a dataset.

test_get_platform(mocked_init)[source]

Test platform identification.

test_init()[source]

Test creating the file handler.

test_mask_space()[source]

Test masking of space pixels.

test_mjd2datetime64()[source]

Test conversion from modified julian day to datetime64.

test_start_time_from_aqc_time()[source]

Test that by the datetime from the metadata returned when use_acquisition_time_as_start_time=True.

test_start_time_from_filename()[source]

Test that by default the datetime in the filename is returned.