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

snapshot

parent d9f87ac5
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,16 @@ def get_parameters_fmwk_amvs(filename='/ships19/cloud/scratch/4TH_AMV_INTERCOMPA
class Files:
"""
Provides a time-ordered view of a set of files of identical structure and contents but separated by time.
"""
def __init__(self, files_path, file_time_span, pattern):
"""
:param files_path: Location of target files, can have wildcard characters.
:param file_time_span: Duration of a file (minutes). For example, an 8-minute polar orbiting granule or the
time between successive geostationary CONUS products. Assumed to be fixed.
:param pattern: The glob pattern that matches the files: concatenated with files_path.
"""
self.flist = []
self.ftimes = []
self.dto_s = []
......
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