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
Copy file name to clipboardExpand all lines: eegERP.Rmd
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -983,6 +983,7 @@ These actions will take place automatically upon completion of the HAPPE pipelin
983
983
copyfile(pathFrom, pathTo);
984
984
end
985
985
```
986
+
986
987
1. Generate a .txt file listing all processed .mff files
987
988
- This file will contain a list of all raw files (e.g., `1111_22_fishshark.mff`) and save the list to the specified location (`summPath`)
988
989
- The file will have the current date and time appended to the end so that it will be distinguishable from past logs
@@ -1009,7 +1010,7 @@ These actions will take place automatically upon completion of the HAPPE pipelin
1009
1010
1010
1011
% Write table to specified location
1011
1012
writetable(processedList, summPathFull);
1012
-
1013
+
```
1013
1014
1014
1015
1. Generate a .txt file listing all of the files that did not meet threshold to go through subsequent processing
1015
1016
- This file will contain a list of all raw files (e.g., `1111_22_fishshark.mff`) that did not meet threshold and save the list to the specified location (`manPath`)
@@ -1029,7 +1030,7 @@ These actions will take place automatically upon completion of the HAPPE pipelin
0 commit comments