Fixed a bug in licel.py file

Mon, 18 Mar 2024 16:32:24 +0100

author
Giuseppe D'Amico <giuseppe.damico@imaa.cnr.it>
date
Mon, 18 Mar 2024 16:32:24 +0100
changeset 215
7f915581fb54
parent 214
dbec79fae48e
child 216
d808ad0a0581

Fixed a bug in licel.py file

atmospheric_lidar/licel.py file | annotate | diff | comparison | revisions
--- a/atmospheric_lidar/licel.py	Fri Oct 15 17:31:59 2021 +0300
+++ b/atmospheric_lidar/licel.py	Mon Mar 18 16:32:24 2024 +0100
@@ -122,7 +122,7 @@
         elif self.analog_photon == '3':
             string = 'std_ph'
         else:
-            string = str(self.analaog_photon)
+            string = str(self.analog_photon)
         return string
 
     def calculate_physical(self):

mercurial