... | ... | @@ -8,11 +8,15 @@ The next directories below the project name are analysis, remote_archive and rem |
|
|

|
|
|
|
|
|
# Data
|
|
|
**0_raw:** Your raw data files and individual location files will be placed here, they will have a extension such as .bdf. These files are loaded into your own *init* script or the StudyBuddy script. If you are loading a level 0 ESS capsule then place the main project folder in this folder.
|
|
|
**1_init:** Your data files will go here after they have been initialled and are have the .set/.fdt extension. If the files only have a .set part make sure your eeglab options are correct, and that you loaded the matlab.minit file in your configs.These files are loaded into the rest of the pipeline.
|
|
|
**2_preproc:** All of the processed files created by the pipeline will be saved into this folder. The final file from the main pipeline is the *_comp* file. This file then goes into *dipfit* for the final local part. These files are essentially backups so you can go look at the data during any stage of the processing you want.
|
|
|
**3_check:** The pipeline does not automatically save any files into this folder, but it is useful to store files after they have been visually inspected or segmented and are ready for analysis.
|
|
|
**4_study:** The pipeline does not automatically save any files into this folder, but it is useful to store files that are included in your study.
|
|
|
* **0_raw:** Your raw data files and individual location files will be placed here, they will have a extension such as .bdf. These files are loaded into your own *init* script or the StudyBuddy script. If you are loading a level 0 ESS capsule then place the main project folder in this folder.
|
|
|
|
|
|
* **1_init:** Your data files will go here after they have been initialled and are have the .set/.fdt extension. If the files only have a .set part make sure your eeglab options are correct, and that you loaded the matlab.minit file in your configs.These files are loaded into the rest of the pipeline.
|
|
|
|
|
|
* **2_preproc:** All of the processed files created by the pipeline will be saved into this folder. The final file from the main pipeline is the *_comp* file. This file then goes into *dipfit* for the final local part. These files are essentially backups so you can go look at the data during any stage of the processing you want.
|
|
|
|
|
|
* **3_check:** The pipeline does not automatically save any files into this folder, but it is useful to store files after they have been visually inspected or segmented and are ready for analysis.
|
|
|
|
|
|
* **4_study:** The pipeline does not automatically save any files into this folder, but it is useful to store files that are included in your study.
|
|
|
|
|
|
# Log
|
|
|
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:
|
... | ... | |