Merge from 148:e422bc5fcc7e

Thu, 21 Jun 2018 16:41:32 +0300

author
Iannis <i.binietoglou@impworks.gr>
date
Thu, 21 Jun 2018 16:41:32 +0300
changeset 149
6be372caf9fd
parent 147
d6a27ff6df88 (diff)
parent 148
7c29ce781d9a (current diff)
child 150
a2be81b7ace3
child 151
0ec29d360d15

Merge from 148:e422bc5fcc7e

--- a/atmospheric_lidar/licel.py	Mon May 21 13:08:30 2018 +0300
+++ b/atmospheric_lidar/licel.py	Thu Jun 21 16:41:32 2018 +0300
@@ -123,7 +123,7 @@
             ADCrange = self.discriminator  # Discriminator value already in mV
 
             if self.is_photodiode and (self.adcbits == 0):
-                logger.warning("Assuming adcbits equal 1. This is a bug in current licel format when storing photodiode data.")
+                logger.info("Assuming adcbits equal 1. This is a bug in current licel format when storing photodiode data.")
                 channel_data = norm * ADCrange / (2 ** self.adcbits)
             else:
                 channel_data = norm * ADCrange / ((2 ** self.adcbits) - 1)  # Licel LabView code has a bug (does not account -1).

mercurial