Fixing bug in reading number of shots for each channel.

Fri, 25 Oct 2019 10:18:53 +0300

author
Iannis <i.binietoglou@impworks.gr>
date
Fri, 25 Oct 2019 10:18:53 +0300
changeset 182
a0bf7d88b1dc
parent 181
12c895b99a3c
child 183
1084928bccd3

Fixing bug in reading number of shots for each channel.

atmospheric_lidar/licel.py file | annotate | diff | comparison | revisions
--- a/atmospheric_lidar/licel.py	Tue Oct 22 17:46:48 2019 +0300
+++ b/atmospheric_lidar/licel.py	Fri Oct 25 10:18:53 2019 +0300
@@ -422,7 +422,7 @@
         self.raw_info.append(file_channel.raw_info)
 
         self.duration.append(file_channel.duration)
-        self.laser_shots.append(file_channel.laser_shots)
+        self.laser_shots.append(file_channel.number_of_shots)
         self.discriminator.append(file_channel.discriminator)
         self.hv.append(file_channel.hv)
 

mercurial