atmospheric_lidar/generic.py

changeset 150
a2be81b7ace3
parent 148
7c29ce781d9a
child 164
e4915d84dd7d
equal deleted inserted replaced
149:6be372caf9fd 150:a2be81b7ace3
32 """ 32 """
33 This is run when creating a new object. 33 This is run when creating a new object.
34 34
35 Parameters 35 Parameters
36 ---------- 36 ----------
37 file_list : list 37 file_list : list or str
38 A list of the full paths to the input file. 38 A list of the full paths to the input file(s).
39 """ 39 """
40 self.info = {} 40 self.info = {}
41 self.dimensions = {} 41 self.dimensions = {}
42 self.variables = {} 42 self.variables = {}
43 self.channels = {} 43 self.channels = {}

mercurial