# HG changeset patch # User Giuseppe D'Amico # Date 1710775944 -3600 # Node ID 7f915581fb54178885900ebb83d2773ce58a48e1 # Parent dbec79fae48e2514e6058c5d29e916f02616e656 Fixed a bug in licel.py file diff -r dbec79fae48e -r 7f915581fb54 atmospheric_lidar/licel.py --- 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):