IODA Bundle
test_goes_converter.py File Reference

Go to the source code of this file.

Namespaces

 test_goes_converter
 

Functions

def test_goes_converter.test_goes_converter (input_file_paths, latlon_file_path, output_file_path_rf, output_file_path_bt)
 

Variables

 test_goes_converter.start_time = time.time()
 
 test_goes_converter.input_file_paths = sys.argv[1].split(',')
 
 test_goes_converter.latlon_file_path = sys.argv[2]
 
 test_goes_converter.output_file_path_rf = sys.argv[3]
 
 test_goes_converter.output_file_path_bt = sys.argv[4]
 
 test_goes_converter.elapsed_time = time.time() - start_time