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

handling of corrupted /small files #193

Closed HolgerPollyNet closed 1 year ago

HolgerPollyNet commented 1 year ago

error in case of small files with cloud screening - see below

For example: 2020_02_01_Sat_ARI_18_12_34.nc (less than 10 min). How can one prevent the processing chain to abort? Better would be to discard the file....

error message: In picassoProcTodolist at 62 In picassoProcHistoryData at 69 [2023-01-24 09:04:53] Finish. [2023-01-24 09:04:53] Start cloud screening. Error using cloudDetect_Zhao (line 68) Dimensions are not matched!

Error in cloudScreen (line 90) [flagCloudFree, layerStatus] = cloudDetect_Zhao(time, height, signal, ...

Error in picassoProcV3 (line 484) [flagCloudFree_FR, cloudMask] = cloudScreen(data.mTime, data.height, ...

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

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

ZPYin commented 1 year ago

This was caused by typos of using channel flags. It has been fixed in the commit 2eb1eas (see above).

HolgerPollyNet commented 1 year ago

So the issue can be closed?