Average Lidar Data

avg_horz_data(data, N)[source]

This function will average lidar data for N profiles. Inputs:

data - the lidar data to average. Profiles are assumed to be stored in columns and to be a masked array. N - the number of profile to average
Outputs:
out - the averaged data array.