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

First trial to implement 1064 vdr #138

Closed HolgerPollyNet closed 2 years ago

HolgerPollyNet commented 2 years ago

It worked well on my local machine, but unfortunately I could not test the storing of the calibration functions (matlab 2018a);

_40 conn = database(dbFile, '', '', 'org:sqlite:JDBC', sprintf('jdbc:sqlite:%s', dbFile)); Error using database.jdbc.connection/commit (line 13) Invalid connection.

Error in saveDepolConst (line 46) commit(conn);

Error in picassoProcV3 (line 4319) saveDepolConst(dbFile, ...

Error in picassoProcTodolist (line 62) reportTmp = picassoProcV3(pollyDataFile, pollyDataTasks.pollyType{iTask}, ...

Error in picassoProcHistoryData (line 69) picassoProcTodolist(PicassoConfigFile);_

Maybe we have to test on the server.....

ZPYin commented 2 years ago

I have tested your PR with PollyXT_CPV data. And added a new figure for 1064 depol calibration + output of long-term 1064 depol calibration constant (see the example below).

PollyXT_CPV_20220201_long_term_cali_results

The new commit was included in a new PR to dev branch. Therefore, this PR needs to be closed.