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

snapshot...

parent cc5cec30
No related merge requests found
......@@ -262,7 +262,7 @@ def get_grid_values_all(h5f, grid_name, scale_factor_name='scale_factor', add_of
# dt_str_1: stop datetime string, if not None num_steps is computed
# num_steps with increment of days, hours, minutes or seconds
# dt_str_1 and num_steps cannot both be None
# return num_steps+1 lists of datetime strings and timestamps for the times eries
# return num_steps+1 lists of datetime strings and timestamps (edges of a numpy histogram)
def make_times(dt_str_0, dt_str_1=None, num_steps=None, days=None, hours=None, minutes=None, seconds=None):
if days is not None:
inc = 86400*days
......
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