Skip to content

Commit cbd5270

Browse files
Introduction to Henriette, Georg, Maria, and Andi where to start work
1 parent 8da7f5d commit cbd5270

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

lib/interface/picassoProcV3.m

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -698,12 +698,13 @@
698698

699699

700700
%% Cloud-free profiles segmentation
701+
%%%%This is the part interesting for Georg!!!!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
701702
print_msg('Start cloud-free profiles segmentation.\n', 'flagTimestamp', true);
702703

703704
flagValPrf = flagCloudFree & (~ data.fogMask) & (~ data.depCalMask) & (~ data.shutterOnMask);
704705
clFreGrps = clFreeSeg(flagValPrf, PollyConfig.intNProfiles, PollyConfig.minIntNProfiles);
705706
data.clFreGrps = clFreGrps;
706-
707+
%%%%This is the part interesting for Georg end!!!!!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
707708
if isempty(clFreGrps)
708709
print_msg('No cloud-free groups were found.\n', 'flagSimpleMsg', true);
709710
else
@@ -2334,7 +2335,10 @@
23342335

23352336
%% Overlap correction
23362337
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
23382342
% 355 nm
23392343
data.sigOLCor355 = [];
23402344
bgOLCor355 = [];
@@ -4938,7 +4942,9 @@
49384942
print_msg('--> start saving aerosol vertical profiles.\n', 'flagSimpleMsg', true, 'flagTimestamp', true);
49394943
%% save aerosol optical results
49404944
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!!!!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
49424948
print_msg('--> finish!\n', 'flagSimpleMsg', true, 'flagTimestamp', true);
49434949
catch
49444950
print_msg('--> WARNING, could not save QC with', 'flagSimpleMsg', true, 'flagTimestamp', true);

lib/io/pollySaveProfiles_QC.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function pollySaveProfiles_QC(data)
2020
flagCh1064FR = PollyConfig.isFR & PollyConfig.is1064nm & PollyConfig.isTot;
2121

2222
missing_value = -999;
23-
23+
%%%%%%%%%%%%%%%%%%%%%here QC starts%%%%%%%%%%%%%%%%%%%%%
2424
for iGrp = 1:size(data.clFreGrps, 1)
2525
no_fill_low_profile =false;
2626
% QC flags will yet be implemetned only for standard products

0 commit comments

Comments
 (0)