atmospheric_lidar/licel.py

changeset 177
580821c7487c
parent 176
34866a2a1aa5
child 180
a6812046c8b3
equal deleted inserted replaced
176:34866a2a1aa5 177:580821c7487c
184 self.stop_time = None 184 self.stop_time = None
185 self.licel_timezone = licel_timezone 185 self.licel_timezone = licel_timezone
186 186
187 if import_now: 187 if import_now:
188 self.import_file() 188 self.import_file()
189 else:
190 self.import_header_only()
189 191
190 def import_file(self): 192 def import_file(self):
191 """ Read the header info and data of the Licel file. 193 """ Read the header info and data of the Licel file.
192 """ 194 """
193 channels = {} 195 channels = {}

mercurial