IODA Bundle
|
Functions | |
def | test_goes_converter (input_file_paths, latlon_file_path, output_file_path_rf, output_file_path_bt) |
Variables | |
start_time = time.time() | |
input_file_paths = sys.argv[1].split(',') | |
latlon_file_path = sys.argv[2] | |
output_file_path_rf = sys.argv[3] | |
output_file_path_bt = sys.argv[4] | |
elapsed_time = time.time() - start_time | |
def test_goes_converter.test_goes_converter | ( | input_file_paths, | |
latlon_file_path, | |||
output_file_path_rf, | |||
output_file_path_bt | |||
) |
Test driver for the GoesConverter class. input_file_paths - a list containing 16 absolute paths corresponding to the output files for each channel of a single GOERS_16 or GOES-17 scan latlon_file_path - The path to an existing Goes LatLon file or if it does not exist the path to write the file output_file_path_rf - The path to write the IODAv2 reflectance factor data file output_file_path_bt - The path to write the IODAv2 brightness temperature data file
Definition at line 12 of file test_goes_converter.py.
test_goes_converter.elapsed_time = time.time() - start_time |
Definition at line 34 of file test_goes_converter.py.
test_goes_converter.input_file_paths = sys.argv[1].split(',') |
Definition at line 29 of file test_goes_converter.py.
test_goes_converter.latlon_file_path = sys.argv[2] |
Definition at line 30 of file test_goes_converter.py.
test_goes_converter.output_file_path_bt = sys.argv[4] |
Definition at line 32 of file test_goes_converter.py.
test_goes_converter.output_file_path_rf = sys.argv[3] |
Definition at line 31 of file test_goes_converter.py.
test_goes_converter.start_time = time.time() |
Definition at line 26 of file test_goes_converter.py.