Quality controlled optical profiles
A first attempt to create quality controlled optical profiles was made to allow agnostic users or expert users needing good profiles to work: https://github.com/PollyNET/Pollynet_Processing_Chain/blob/e85bef047e7cd642a52ab25d1288fd07bd924076/lib/interface/picassoProcV3.m#L4894
All work is done in the function: lib/io/pollySaveProfiles_QC.m
Here the NR and FR profiles are glued (quick and dirty): https://github.com/PollyNET/Pollynet_Processing_Chain/blob/e85bef047e7cd642a52ab25d1288fd07bd924076/lib/io/pollySaveProfiles_QC.m#L72
some very basic quality control performed: https://github.com/PollyNET/Pollynet_Processing_Chain/blob/e85bef047e7cd642a52ab25d1288fd07bd924076/lib/io/pollySaveProfiles_QC.m#L96 (currently everything below a certain backscatter threshold is discarded.
This, can be extended in future for better optical profiles, e.g. by @HenniHG
Results are stored in a new QC_netcdf Later on it can be moved to a better place, but for testing the function is perfect.