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

snapshot...

parent ac71beb7
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,6 @@ def analyze(ice_dct, no_ice_dct): ...@@ -171,7 +171,6 @@ def analyze(ice_dct, no_ice_dct):
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)
dt_obj, tt_tup = get_time_tuple_utc(ts) dt_obj, tt_tup = get_time_tuple_utc(ts)
print(os.path.split(goes_file)[1], tt_tup)
if goes_file is not None and goes_file != last_file: if goes_file is not None and goes_file != last_file:
no_ice_files.append(goes_file) no_ice_files.append(goes_file)
no_ice_times.append(t_0) no_ice_times.append(t_0)
...@@ -209,7 +208,7 @@ def analyze(ice_dct, no_ice_dct): ...@@ -209,7 +208,7 @@ def analyze(ice_dct, no_ice_dct):
filename = os.path.split(files[i])[1] filename = os.path.split(files[i])[1]
so = re.search('_s\\d{11}', filename) so = re.search('_s\\d{11}', filename)
dt_str = so.group() dt_str = so.group()
#print(dt_str[2:]) print(dt_str[2:])
def create_file(filename, ds_list, ds_types): def create_file(filename, ds_list, ds_types):
......
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