Folder Structure
The MEGAP organizes its outputs within a structured directory system to streamline processing, analysis, and storage of MEG data. The top-level directory, named result
, serves as the root for all pipeline-generated files and subfolders. Below is a detailed explanation of the structure and purpose of each folder:
/result/
└─── config/
├── eeglab-develop/
├── mne-matlab-master/
├── zapline-plus-main/
├── MegNET_2020-main/
├── Pipeline_config.cfg
├── Ct_sparse.fif
└── sss_cal.dat
│
├── raw/
├── data/
├── PSD_data/
├── flat_channel/
├── head_position/
├── plot_head_pos/
├── filter_chpi/
├── PSD_filter_chpi/
├── zapline_plus/
├── PSD_zapline/
├── multitaper_removal/
├── PSD_multitaper_removal/
├── annotate_muscle/
├── plot_muscle_zscore/
├── bad_channel/
├── plot_bad_channel/
├── location/
├── score_mag/
└── score_grad/
│
├── OTP/
├── PSD_OTP/
├── environment_noise/
├── PSD_environment_noise/
├── ICA/
├── PSD_ICA/
├── plot_ICA/
├── signal_before_ica/
├── Original/
└── Zoomed/
│
├── signal_after_ica/
├── Original/
└── Zoomed/
│
├── preprocessed_BIDS_output/
└── verbose/
└── warning/
Last updated