Skip to content

Commit 8816ae2

Browse files
committed
20250515 - typo
1 parent b028cce commit 8816ae2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

eegERP.Rmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,7 @@ These actions will take place automatically upon completion of the HAPPE pipelin
983983
copyfile(pathFrom, pathTo);
984984
end
985985
```
986+
986987
1. Generate a .txt file listing all processed .mff files
987988
- 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`)
988989
- 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
10091010

10101011
% Write table to specified location
10111012
writetable(processedList, summPathFull);
1012-
1013+
```
10131014
10141015
1. Generate a .txt file listing all of the files that did not meet threshold to go through subsequent processing
10151016
- 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
10291030

10301031
% Write table to specified location
10311032
writetable(manualList, manPathFull);
1032-
``` ```
1033+
```
10331034
10341035
## Stop-Signal Processing Pipeline
10351036

0 commit comments

Comments
 (0)