martin_rdz

Results 7 issues of martin_rdz

**Describe the bug** When processing Sentinel 2 images into true color RGB composite, the sun-zenith correction causes the process to be killed due to the lack of memory. The machine...

As discussed with @HolgerPollyNet, it should be possible to set `first_range_gate_height` for each channel separately in the config files. Similary to `first_range_gate_indx`, which is a `1x13 double` (in case of...

Improvement

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 %...

bug
documentation

Currently generating the plots from the results takes roughly 5min for 6h of observations [at least for the 13 channel LACROS system on rsd2]. Profiling reveals, that a single colorplot...

enhancement
help wanted

When the values of the overlap function get too small (e.g. 1e-5), the overlap corrected products explode for the lowest bins. ![grafik](https://github.com/PollyNET/Pollynet_Processing_Chain/assets/31452472/8c5fe168-699c-438d-aba4-c9339b6d9cb3) A simple mask before the overlapCorrection helps to...

enhancement
QC

Add the cloud optical thickness derived from the two channel retrieval to the CLDPROP_L2 reader of VIIRS. - [x] Adds to #2729 - [ ] Tests added - [ ]...

Can we please come up with an guideline on channel naming for variables in programms and data? At least to reduce the variaty a bit (532NR, NR_532t, 1064s, 532_cross, 355x,...

help wanted
documentation
code refractoring