directory page update authored by Tyler Collins's avatar Tyler Collins
...@@ -3,6 +3,15 @@ The BIDS Lossless EEG pipeline is unsurprisingly, BIDS compliant. As such, data ...@@ -3,6 +3,15 @@ The BIDS Lossless EEG pipeline is unsurprisingly, BIDS compliant. As such, data
This goal of this page is to provide a working understanding of how the *pipeline* is configured. As such, when folder contain external dependencies please refer to their respective documentation. This goal of this page is to provide a working understanding of how the *pipeline* is configured. As such, when folder contain external dependencies please refer to their respective documentation.
## Main Pipeline Directory
Baseline initialization scripts and remote configuration scripts can be found at the highest level directory.
| Filename | Explanation |
| ------------- |:-------------:|
| col 3 is | right-aligned |
| col 2 is | centered |
| zebra stripes | are neat |
## Log <a name="log"></a> ## Log <a name="log"></a>
Log is automatically populated with scripts when you execute the pipeline. You will see a folder generated for every script identified by the script that was run followed by the date and time of the scripts execution. These folders contain: Log is automatically populated with scripts when you execute the pipeline. You will see a folder generated for every script identified by the script that was run followed by the date and time of the scripts execution. These folders contain:
* A specific **.m** file for each subject data file. * A specific **.m** file for each subject data file.
... ...
......