Description of matlab scripts
**Pre-experiment files**
- face_align.m : Align face images (also used in EEG_DYNAMIC project; Caplette et al., 2020)
- face_preprocessing.m : preprocess face images with SHINE (also used in EEG_DYNAMIC project; Caplette et al., 2020)
**Experiment file**
- face_spacetime.m : experiment code with supporting functions
**Analysis files**
- MEG_preparedata.m : Prepare data for analyses: reconstruct MEG sources and sampling tensors
- MEG_behav_analyses.m : Analyze behavioral data
- MEG_reg_analyses.m : Create time x time maps
- MEG_var_analyses.m : Analyze variance across stimulus time on time x time maps
- MEG_NMF_analyses.m : Prepare and perform NMF analyses on time x time maps
- MEG_clustering.m : Perform clustering on NMF maps
- MEG_fft_analyses.m : Analyze oscillations across stimulus time on time x time maps
- MEG_sampfft_foroscimodel.m : Perform stimulus time oscillation analyses across the whole maps, prior to oscillations model analyses
- MEG_procfft_foroscimodel.m : Perform processing time oscillation analyses across the whole maps, prior to oscillations model analyses
- MEG_oscimodel.m : Perform oscillations model analyses
- fit_oscib.m : Supporting function for oscillations model analyses
- fit_osci2b.m : Supporting function for oscillations model analyses
- osci_modelb.m : Supporting function for oscillations model analyses
- osci_model2b.m : Supporting function for oscillations model analyses