-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
37 lines (36 loc) · 956 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# SPDX-FileCopyrightText: 2022 Johannes Keyser
#
# SPDX-License-Identifier: CC0-1.0
*.m~
*.swp
# generated output data from create_SimulationData.m:
/Exp1Cond1_Vec_tauA.csv
/Exp1Cond1_Vec_tauO.csv
/Exp1Cond2_Vec_tauA.csv
/Exp1Cond2_Vec_tauO.csv
/Exp1Cond3_Vec_tauA.csv
/Exp1Cond3_Vec_tauO.csv
/Exp2Cond1_Vec_tauA.csv
/Exp2Cond1_Vec_tauO.csv
/Exp2Cond2_Vec_tauA.csv
/Exp2Cond2_Vec_tauO.csv
/Exp2Cond3_Vec_tauA.csv
/Exp2Cond3_Vec_tauO.csv
# generated data and figures from compute_PXisPrcShfts.m:
/Exp1_PXisPrcShfts.png
/Exp1_arrPrcShftA.csv
/Exp1_arrPrcShftO.csv
/Exp2_PXisPrcShfts.png
/Exp2_arrPrcShftA.csv
/Exp2_arrPrcShftO.csv
# generated figures from compute_PerTrialPrcShfts.m:
/Exp1_PXisPrcShftsAO.png
/Exp1_perTrialPrcShfts.png
/Exp2_PXisPrcShftsAO.png
/Exp2_perTrialPrcShfts.png
# generated figures from compute_CCEPXi1.m
/Exp1_CCEPXi.png
/Exp2_CCEPXi.png
# generated figures from compute_PerTrialCCE.m:
/Exp1_perTrialCCE.png
/Exp2_perTrialCCE.png