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

Restructuring the visualization of long-term calibration results #168

Closed HolgerPollyNet closed 1 month ago

HolgerPollyNet commented 2 years ago

Currently, the calibration results (Lidar constant, depo, water vapor) are calculated, stored in a DB and finally plotted in one plot.

This plot is very, very helpful to check the system behavioiur, however with more and more parameter it gets overloaded.

In my opinion, the meanwhile very heavy loaded https://github.com/PollyNET/Pollynet_Processing_Chain/blob/8a0c6e9d156cf99abf3984992abd179a26a64b22/lib/visualization/pollyxt_ift_displayLTLCali.py needs to be restructured.

In my opinion, two plots wopuld be the best. One for lidar constants: 355, 355_NF, 532, 532_NF, 1064.....and one for depol and water vapor constant would be good for a more clear visibilty and future developments.

ulysses78 commented 2 years ago

I started to seperate the plots. As an example I took the measurements from pollyxt_cpv. Please have a look and tell me what you think...

pollyxt_cpv_20220629_long_term_cali_results

pollyxt_cpv_20220629_long_term_cali_wv_depol_results

HolgerPollyNet commented 2 years ago

Perfect ! Can we also aim for one function for all lidars? In case the lidar has no depol at 1064, then the field just stays empty...

HolgerPollyNet commented 1 month ago

@ulysses78 can be closed, correct?