Removed wrong change in raymetrics fix pointing files.

Fri, 01 Nov 2019 18:13:03 +0200

author
Iannis <i.binietoglou@impworks.gr>
date
Fri, 01 Nov 2019 18:13:03 +0200
changeset 184
9cecc16e9a9b
parent 183
1084928bccd3
child 185
44fabea9c60d

Removed wrong change in raymetrics fix pointing files.

atmospheric_lidar/raymetrics.py file | annotate | diff | comparison | revisions
--- a/atmospheric_lidar/raymetrics.py	Fri Oct 25 11:10:10 2019 +0300
+++ b/atmospheric_lidar/raymetrics.py	Fri Nov 01 18:13:03 2019 +0200
@@ -723,9 +723,7 @@
 
         self.temperature = float(self.raw_info['temperature'])
         self.pressure = float(self.raw_info['pressure'])
-        self.azimuth_angle_raw = float(self.raw_info['azimuth_angle'])
-        self.azimuth_offset = float(self.raw_info['azimuth_offset'])
-        self.azimuth_angle = (self.azimuth_angle_raw + self.azimuth_offset) % 360
+        self.azimuth_angle = float(self.raw_info['azimuth_angle'])
 
 
 class FixedPointingChannel(LicelChannel):

mercurial