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

calibration file settings in polly configs were removed #35

Closed ZPYin closed 4 years ago

ZPYin commented 4 years ago

Since the calibration results were all saved into SQLite database #20 , there is no need to keep such settings about ASCII calibration files. All of such settings were replaced with calibrationDB, which the filename of the database for all calibration results.

Before

    "depolCaliFile532": "arielle_depolcali_532_results.txt",
    "depolCaliFile355": "arielle_depolcali_355_results.txt",
    "wvCaliFile": "arielle_wvcali_results.txt",
    "lcCaliFile": "arielle_lccali_results.txt",

After https://github.com/PollyNET/Pollynet_Processing_Chain/blob/7446450a7e3ad34293c12ae075781b08ff9ec832/config/pollyConfigs/polly_global_config.json#L214

ZPYin commented 4 years ago

Update your local polly configs if you want to run the latest version of Picasso.