Pollynet_Processing_Chain
Pollynet_Processing_Chain copied to clipboard
NRT lidar data processing program for multiwavelength polarization Raman lidar network (PollyNET)
https://github.com/PollyNET/Pollynet_Processing_Chain/blob/0bd0d80450af4cdb781c29c7125c94e304ed5db6/lib/io/readIWV.m#L64 or https://github.com/PollyNET/Pollynet_Processing_Chain/blob/0bd0d80450af4cdb781c29c7125c94e304ed5db6/lib/io/readIWV.m#L93 Need this to be fixed ? E.g. for Mindelo it is named: sups_oscm_mwr00_l2_prw_v00_20210916000000.....
When lookin into the arielle processing, @HolgerPollyNet and me realized, that one (documented) overlap calculation method is missing. See [Code of overlapCalc](https://github.com/PollyNET/Pollynet_Processing_Chain/blob/dd43cf6870abdc7f66297efb3fcd34a23a624f21/lib/qc/overlapCalc.m#L91) The documentation reads ``` % overlapCalMode: integer %...
The calibration settings for the NR and FR shall be speparated, e.g. using claibration for the far range channels but constant defaults for the near-range channels.
A script, converting the Picasso output to Earlinet DB format was already created. Now, this script should be implemented in the processing chain, to automatically create this files using the...
The main program includes now more than 5000 lines which are very good commented and easy to read. However, there are a lot of repetitions which should be sourced out...
Should already account for the SNR of the Raman channels --> i.e. Raman ref height might be different from Klett ref height...
next to the full aerosol profiles, also a qc'ed version shall be presented for the less experienced user, i.e. lidar ratio without noise ;-) Ideas are welcome, such profiles could...
While implementing the 1064 depol, I realized that the dead time correction parameters in the polly netcdf were missing. It took me ages to find this bug ;-). In the...
Currently only MWR and AERONET are supported, but for some locations radiosondes are available. One could calculate IWV from sonde to use it for calibration as well.
As a end-user, you might have a lot of experience working with the netCDF files output by **Pollynet_Processing_Chain**. Here, we want to collect your ~~complains~~ thoughts with regard to the...