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

inital commit

parent a4379f26
Branches
No related tags found
No related merge requests found
...@@ -740,7 +740,6 @@ def get_images(lons, lats, timestamp, channel_list, half_width, step, do_norm=Fa ...@@ -740,7 +740,6 @@ def get_images(lons, lats, timestamp, channel_list, half_width, step, do_norm=Fa
return None, None, None, None return None, None, None, None
# copy from archive to local drive # copy from archive to local drive
t0 = datetime.datetime.now().timestamp()
local_path = fC local_path = fC
if COPY_GOES: if COPY_GOES:
local_path = goes_cache_dir + '/' + os.path.split(fC)[1] local_path = goes_cache_dir + '/' + os.path.split(fC)[1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment