Skip to content
Snippets Groups Projects
Commit 825642a7 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent afb01943
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,10 @@ def match_calipso_clavrx_to_amvs(calipso_clavrx_path, calipso_clavrx_file, amv_f ...@@ -111,7 +111,10 @@ def match_calipso_clavrx_to_amvs(calipso_clavrx_path, calipso_clavrx_file, amv_f
return match_dict return match_dict
def create_file_new(match_dct, filename, amv_params=['pressure', 'wind_speed', 'wind_direction'], def create_file_new(match_dct, filename,
amv_params=['lat', 'lon', 'time', 'wind_speed', 'wind_direction', 'pressure', 'temperature',
'local_zenith_angle', 'DQF', 'seconds_between_images', 'target_box_size',
'lag_size', 'nested_tracking_flag', 'target_type', 'band_id'],
caliop_clavrx_params=get_parameters_caliop_clavrx()): caliop_clavrx_params=get_parameters_caliop_clavrx()):
num_aparams = 7 num_aparams = 7
num_aprofs = 0 num_aprofs = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment