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
19 stars 8 forks source link

updates on start/end_time and correction on variable name #269

Closed AthenaAugousta closed 1 month ago

HolgerPollyNet commented 1 month ago

@ulysses78 @AthenaAugousta actually, I was wondering if this problems occurred because I have started to tidy up the main program and put everything in the variable container "data". Was the problem with the times already there let's before 2 months? If no, I need to check everything in the main code, but maybe only after merging the without plotting branch?

ulysses78 commented 1 month ago

The problem was all the time there. In the temporary .mat-files the start/endtime was correct (in the data-container), but in the corresponding level1 POLIPHON-profile-nc-files, the start/endtime was wrong. So the profile-plottings in the past are correct, because it uses the mat-files. Since I started to decouple the profile plottings from picasso, in terms of reading the already produced level1 POLIPHON-nc-file, the times were wrong. But this is fixed for now in my sep. branch. This branch will be pushed soon in the dev-branch.