Skip to content
Snippets Groups Projects
Commit 4da7b951 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent f2c681c1
No related branches found
No related tags found
No related merge requests found
......@@ -71,9 +71,9 @@ def run():
lat_s[0] = lat
lon_s[0] = lon
images, _, _, idxs = get_images(lon_s, lat_s, time, ['14'], [10], [1])
if images is not None:
counts, edges = np.histogram(images[0,], range=[150, 350], bins=20)
#images, _, _, idxs = get_images(lon_s, lat_s, time, ['14'], [10], [1])
#if images is not None:
# counts, edges = np.histogram(images[0,], range=[150, 350], bins=20)
clvr_ds = get_clavrx_datasource(time)
clvr_file = clvr_ds.get_file(time)
......
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