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

updates for icing intensity

parent 6e1d86be
Branches
No related tags found
No related merge requests found
...@@ -371,7 +371,6 @@ def analyze_all(ice_dct, no_ice_dct, neg_ice_dct): ...@@ -371,7 +371,6 @@ def analyze_all(ice_dct, no_ice_dct, neg_ice_dct):
try: try:
ds = get_goes_datasource(ts) ds = get_goes_datasource(ts)
goes_file, t_0, _ = ds.get_file(ts) goes_file, t_0, _ = ds.get_file(ts)
print(goes_file, t_0)
if goes_file is not None and goes_file != last_file: if goes_file is not None and goes_file != last_file:
rpts = ice_dct[ts] rpts = ice_dct[ts]
for tup in rpts: for tup in rpts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment