Mon, 18 Mar 2024 16:32:24 +0100
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):