|
698 | 698 |
|
699 | 699 |
|
700 | 700 | %% Cloud-free profiles segmentation |
| 701 | +%%%%This is the part interesting for Georg!!!!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
701 | 702 | print_msg('Start cloud-free profiles segmentation.\n', 'flagTimestamp', true); |
702 | 703 |
|
703 | 704 | flagValPrf = flagCloudFree & (~ data.fogMask) & (~ data.depCalMask) & (~ data.shutterOnMask); |
704 | 705 | clFreGrps = clFreeSeg(flagValPrf, PollyConfig.intNProfiles, PollyConfig.minIntNProfiles); |
705 | 706 | data.clFreGrps = clFreGrps; |
706 | | - |
| 707 | +%%%%This is the part interesting for Georg end!!!!!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
707 | 708 | if isempty(clFreGrps) |
708 | 709 | print_msg('No cloud-free groups were found.\n', 'flagSimpleMsg', true); |
709 | 710 | else |
|
2334 | 2335 |
|
2335 | 2336 | %% Overlap correction |
2336 | 2337 | print_msg('Start overlap correction.\n', 'flagTimestamp', true); |
2337 | | - |
| 2338 | +%%%%%%%%%%%%%@ andi + Maria %%%%%%%%%%% |
| 2339 | +%%%%%%%%%here signal merging should be implemented here with a new flag? |
| 2340 | +%%%%%%%%%%%%%%%%%%%%Later it can be moved to an own product, not called _OC |
| 2341 | +%%%%%%%%%%%%%%%%%%%%but _merged or so |
2338 | 2342 | % 355 nm |
2339 | 2343 | data.sigOLCor355 = []; |
2340 | 2344 | bgOLCor355 = []; |
|
4938 | 4942 | print_msg('--> start saving aerosol vertical profiles.\n', 'flagSimpleMsg', true, 'flagTimestamp', true); |
4939 | 4943 | %% save aerosol optical results |
4940 | 4944 | try |
4941 | | - pollySaveProfiles_QC(data); |
| 4945 | + %%%%This is the part interesting for Henriette!!!!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 4946 | + pollySaveProfiles_QC(data); |
| 4947 | + %%%%This is the part interesting for Henriette end!!!!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
4942 | 4948 | print_msg('--> finish!\n', 'flagSimpleMsg', true, 'flagTimestamp', true); |
4943 | 4949 | catch |
4944 | 4950 | print_msg('--> WARNING, could not save QC with', 'flagSimpleMsg', true, 'flagTimestamp', true); |
|
0 commit comments