Wed, 12 Dec 2018 16:39:21 +0200
Merge
atmospheric_lidar/generic.py | file | annotate | diff | comparison | revisions |
--- a/atmospheric_lidar/generic.py Thu Nov 29 22:24:14 2018 +0200 +++ b/atmospheric_lidar/generic.py Wed Dec 12 16:39:21 2018 +0200 @@ -1116,6 +1116,7 @@ time_last = time_cut[-1] + dt # The last element needed for pcolormesh time_all = time_cut + (time_last,) t_axis = mpl.dates.date2num(time_all) + # Get the values of the z axis z_cut = self.z[hmin_idx:hmax_idx] - self.resolution / 2. z_last = z_cut[-1] + self.resolution