Lidar library#
lidar class
Importing data
Creation of simulated lidar signal
Lidar PreProcess
Lidar Process
Lidar tools
Output files
Overview#
The entire processing pipeline is driven by the Lidar class. It encapsulates:
Configuration (XML parameters, date to process),
Data containers (raw LIDAR, auxiliary atmospherics, cross-sections, radiosonde, etc.),
Processing methods (I/O, background, desaturation, geometrical factor, filtering, DIAL ozone, aerosol retrieval),
Outputs stored with NetCDF conventions (using
xarray.Dataset).