-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.m
17 lines (16 loc) · 939 Bytes
/
config.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%here I keep the folderpaths
%subject files
rawDataPath = '/Volumes/Projects/2023-0383-PerceiveIrrelevance/03data/DissimilarityMatrices/rawData';
%participant demographics
demographics = '/Volumes/Projects/2023-0383-PerceiveIrrelevance/03data/DissimilarityMatrices/derivatives/Age&Gender';
%cleaned & organized data
processedDataPath = '/Volumes/Projects/2023-0383-PerceiveIrrelevance/03data/DissimilarityMatrices/derivatives/processedData';
%Images pathway
faceImagesPath = '/Volumes/Projects/2023-0383-PerceiveIrrelevance/02experimentalSetup/DissimilarityAnalysis/Faces';
objectImagesPath = '/Volumes/Projects/2023-0383-PerceiveIrrelevance/02experimentalSetup/DissimilarityAnalysis/Objects' ;
%plots and graphs
plotPath = '/Volumes/Projects/2023-0383-PerceiveIrrelevance/05figures/DissimilarityMatrices';
%color information
faceColor = [0.46, 0.46, 0.858];
objectColor = [0.678, 0.435, 0.459];
descriptiveColor = [0.573, 0.169, 0.216];