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

select vids comment

parent 45942dfc
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ init_.destdir = ['W:\ASG\WLR_Genomica\Projects\Sustainable_breeding\' ...
'44 0000 2700 KB DDHT AI 2020\6. Data\gu_ld_bb'];
% number of selected videos
N = 15;
N = 50;
% list
vid_list.getup = ls([init_.inpdir 'getup*']);
......@@ -47,10 +47,10 @@ delete('init_.destdir\*.avi')
% copy new selection in folder
for i = 1:N
disp(['i = ' num2str(i) ' out of ' num2str(N)])
% system(['copy "' init_.inpdir sel_list.getup(i,:) '"' ...
% ' "' [init_.destdir '\' sel_list.getup(i,:)] '"']);
system(['copy "' init_.inpdir sel_list.liedown(i,:) '"' ...
' "' [init_.destdir '\' sel_list.liedown(i,:)] '"']);
system(['copy "' init_.inpdir sel_list.getup(i,:) '"' ...
' "' [init_.destdir '\' sel_list.getup(i,:)] '"']);
% system(['copy "' init_.inpdir sel_list.liedown(i,:) '"' ...
% ' "' [init_.destdir '\' sel_list.liedown(i,:)] '"']);
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment