directory page update authored by Tyler Collins's avatar Tyler Collins
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Directories and Structure # Directories and Structure
The BIDS Lossless EEG pipeline is unsurprisingly, BIDS compliant. As such, data is to be stored in a subject-wise manor and should follow the standards introduced by BIDS. See below for examples, and [here](http://bids.neuroimaging.io/) for full BIDS documentation. The BIDS Lossless EEG pipeline is unsurprisingly, BIDS compliant. As such, data is to be stored in a subject-wise manor and should follow the standards introduced by BIDS. See below for examples, and [here](http://bids.neuroimaging.io/) for full BIDS 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. The 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 ## Main Pipeline Directory
Baseline initialization scripts and remote configuration scripts can be found at the highest level directory. Baseline initialization scripts and remote configuration scripts can be found at the highest level directory.
...@@ -31,7 +31,11 @@ Baseline initialization scripts and remote configuration scripts can be found at ...@@ -31,7 +31,11 @@ Baseline initialization scripts and remote configuration scripts can be found at
*Subject files are omitted even though this is the directory they would be found as subjects are independent of pipeline structure.* *Subject files are omitted even though this is the directory they would be found as subjects are independent of pipeline structure.*
## bids/derivatives/lossless ## bids/derivatives/lossless
stuff |**Filename**|**Explanation**|
|-------------|-------------|
|code|stuff|
|log|stuff|
|sub-??|thing|
## 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:
... ...
......