PollyNET / Pollynet_Processing_Chain

NRT lidar data processing program for multiwavelength polarization Raman lidar network (PollyNET)
https://polly.tropos.de/
GNU General Public License v3.0
20 stars 8 forks source link

Implement graphical algorithm for cloud detection #57

Closed ZPYin closed 4 years ago

ZPYin commented 4 years ago

This has been implemented. The keyword cloudScreenMode (see below) in polly config file can be used to switch different cloud screen algorithm.

https://github.com/PollyNET/Pollynet_Processing_Chain/blob/6e2565e13e59e59bcef486234b93a4b33f1a041a/config/pollyConfigs/polly_global_config.json#L77

Right now, there are two available modes:

1: based on the maximum gradient of range corrected signal 2: Zhao's algorithm (graphical algorithm without proir information about lidar calibration constants)

Reference