Skip to content
Snippets Groups Projects
Commit 61185d6f authored by Adriaens, Ines's avatar Adriaens, Ines :v_tone2:
Browse files

final analysis

parent 2680a216
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ for i = 1:length(bb_list)
bb.(field_).y = bb.(field_).ytop + (bb.(field_).h./2);
% add nr to list for selection + up = 1; down = 0;
sel_nrs.nr(i) = str2num(vidname(end-7:end-4));
sel_nrs.nr(i) = str2double(vidname(end-7:end-4));
sel_nrs.updown(i) = double(contains(vidname,'getup'));
end
......@@ -305,6 +305,7 @@ gs.check_do = readtable([init_.datadir,init_.fn3],'Sheet','it2_liedown');
sel_nrs = innerjoin(sel_nrs,...
[gs.check_up(:,[2 3 5 6]);gs.check_do(:,[2 3 5 6])],...
'Keys',{'nr','updown'});
sel_nrs = sortrows(sel_nrs,'updown','descend');
% manual check of quality and cowid, added to sel_nrs
sel_nrs.Properties.VariableNames{4} = 'cowidcheck';
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment