Skip to content
Snippets Groups Projects
Commit 3f8cb659 authored by tomrink's avatar tomrink
Browse files

minor...

parent 3092195d
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ def plot_image3(image, cmap='Greys'):
plt.title('GOES-16', loc='left', fontweight='bold', fontsize=15)
def make_icing_image(clvrx_file, ice_lons, ice_lats, clvrx_str_time, ice_lons_vld=None, ice_lats_vld=None, imagename='image', extent=[-110, -60, 10, 55]):
def make_icing_image(clvrx_file, ice_lons, ice_lats, clvrx_str_time, ice_lons_vld=None, ice_lats_vld=None, imagename='icing', extent=[-110, -60, 10, 55]):
h5f = h5py.File(clvrx_file, 'r')
image = get_grid_values_all(h5f, 'temp_10_4um_nom')
......
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