# HG changeset patch # User Iannis # Date 1584283504 -7200 # Node ID bea35be85f99c13c82e7715dfa2047c574c82b62 # Parent a73d587fd84cb5667880116c0d1281bde2ebf12d Minor change for code clarity diff -r a73d587fd84c -r bea35be85f99 atmospheric_lidar/licel.py --- a/atmospheric_lidar/licel.py Sun Mar 15 11:12:28 2020 +0200 +++ b/atmospheric_lidar/licel.py Sun Mar 15 16:45:04 2020 +0200 @@ -132,9 +132,8 @@ In addition, some ancillary variables are also calculated (z, dz, number_of_bins). """ - data = self.raw_data - - norm = data / float(self.number_of_shots) + + norm = self.raw_data / float(self.number_of_shots) dz = self.bin_width if self.is_analog: