Skip to content

Commit ba21acc

Browse files
committed
upd scripts
1 parent 0bdfae0 commit ba21acc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

scripts/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[deps]
22
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
33
Bonito = "824d6782-a2ef-11e9-3a09-e5662e0c26f8"
4+
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
45
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
56
ERPExplorer = "a0936657-5da6-42c1-a2f2-44cfa89f194c"
67
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
78
PlutoLinks = "0ff47ea0-7a50-410d-8455-4348d5de0420"
9+
PyMNE = "6c5003b2-cbe8-491c-a0d1-70088e6a0fd6"
810
TopoPlots = "2bdbdf9c-dbd8-403f-947b-1a4e0dd41a7a"
911
Unfold = "181c99d8-e21b-4ff3-b70b-c233eddec679"
1012
UnfoldSim = "ed8ae6d2-84d3-44c6-ab46-0baf21700804"

scripts/real_data.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ srate = pyconvert(Float64, raw.info["sfreq"])
1717
events.latency .= events.onset .* srate
1818
eeg_data, times = Unfold.epoch(eeg_data_2, events, (-0.5, 1), srate)
1919

20-
formulaS = @formula(0 ~ 1 + duration + fix_type)
20+
formulaS = @formula(0 ~ 1 + duration + fix_avgpupilsize)
2121
model = Unfold.fit(UnfoldModel, formulaS, events, eeg_data, times)
2222

2323
_, positions = TopoPlots.example_data()

scripts/runner.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ begin
99
ENV["JULIA_DEBUG"] = "ERPExplorer"
1010
end
1111

12-
12+
Pkg.activate("scripts")
1313
include("gen_data.jl")
1414
#formulaS = @formula(0 ~ 1 +luminance + contrast + saccade_amplitude + string + animal + fruit + color)
1515
formulaS = @formula(0 ~ 1 + animal + fruit)

0 commit comments

Comments
 (0)