You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1- re-export processed data
2- Split results into separate folders (not include data)
3- Delete original processed data
4- Handle any interruption/problem in the sequence above
The text was updated successfully, but these errors were encountered:
try
bids_reexport(ALLEEG, 'tempfolder');
% Move all processed/dsxxxxxx to tempfolder/code
% Remove all data from tempfolder/code/dsxxxxxx/*/*
% Move all processed/dsxxxxxx/code/NEMAR.json to tempfolder/code/NEMAR.json
% remove folder processed/dsxxxxxx
% mv tempfolder processed/dsxxxxxx
catch
% Copy all processed/dsxxxxxx to processed/dsxxxxxx/code
% Remove all data from processed/dsxxxxxx/code/dsxxxxxx/*/*
disp('could not export');
end
1- re-export processed data
2- Split results into separate folders (not include data)
3- Delete original processed data
4- Handle any interruption/problem in the sequence above
The text was updated successfully, but these errors were encountered: