Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin-GUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yehaojie
plugin-GUI
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
8cf5aa2ff1c0b657fbb6def0da5c623f6f457bfe
Select Git revision
Branches
9
NWB
development
juce4-update
master
default
protected
neuropix
neuropix-2
plugin-generator
testing
winbuild
Tags
20
v0.4.3
v0.4.2
PCIe-V0
v0.4.0
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2
29 results
Begin with the selected commit
Created with Raphaël 2.2.0
8
Oct
7
6
27
Sep
25
24
23
21
20
21
20
18
17
5
4
3
2
22
Aug
8
7
31
Jul
24
21
17
8
6
30
Jun
27
24
17
16
23
May
22
21
20
19
18
17
16
15
14
13
12
11
10
7
30
Apr
24
23
22
21
19
18
17
13
12
11
10
9
8
6
5
4
3
2
29
Mar
28
27
26
23
22
21
20
19
15
14
13
11
10
6
5
4
3
2
1
22
Feb
21
20
19
17
16
15
14
13
11
10
3
Merge with Linux code
Minor changes to FPGAThread
OS X updates
Merge Spikeplot branch
Fixed issues on OS X
Merge Champalimaud updates
Updated bitfile
fixed the SignalGenerator to decrease the rate of spike generation
updated the project build configs to include the SpikePlot.cpp and .h files and exclude the previous plotters
updated the SignalGenerator to generate spikes of varying amplitudes and at a lower rate. Minor incremental changes were made to other files
changed the way that the SpikeDisplayCanvas lays out its children plots. It uses a more dynamic approach that allows plots of mixed types to be layed out in a (sort of) clean manner.
fixed bug in the setAxesLimits function that was assigning limits from the wrong dimensions
removed old plotting files (Tetrode, Stereotrode, Electrode) plots. They have all be replaced with SpikePlot.{h,cpp}
Modified the pngs for the 5th radio button to have a non-edge style. Additionally I added a 6th button for generating spikes that has a spike waveform. I don't have the Jucer running locally so I can't add these files to the BinaryData class.
Signal Generator now generates fake action potentials!!! The phase dial can be used to scale up and down noise on the spikes
initial commit of SpikePlot.cpp and SpikePlot.h which define a general spike plotting object that can completely replace ElectrodePlot, TetrodePlot, StereotrodePlot. SpikePlot objects can be added to the canvas and render fine, however, eventually the Tetrode variant of the SpikePlot causes a segfault, probably due to the way that spikes are copied around in the SpikeDisplayCanvas.
modified xcode project file to work on my machine
minor update, syncing before going home
Adapted to build with VS2012
Altered the default settings of SignalGeneratorEditor and SpikeDetectorEditor to reflect the desired values for debugging the spike viewers
fixed bug where the max size of a spikebuffer was 256 bytes, this is too small for tetrode spike, this value is not determined by a constant defined in SpikeObject.h
began porting code from stereotrode plot to tetrode plot. It shows up in the canvas and actually shows spikes after the display is panned or zoomed at least once. Although spikes only show up in 2 of the 3 waveform axes
correct number of axes returned by getNumAxes()
fixed bug in SpikeDisplaCanvas that was preventing spikes from getting rendered. The variable samplePosition was created but not initialized. I set it to 0
vs2012 build
added -ldl and -lXext to linker flags
Merge branch 'spikevis' of github.com:open-ephys/GUI
Update Builds/Linux/build/40-open-ephys.rules
Added Windows and Linux Opal Kelly drivers
Updates to FPGAThread
Fixed various aspects of FPGAThread
Merge LfpDisplayCanvas
OS X changes
Added TTL visualization to LfpDisplayCanvas
Merge branch 'master' of https://github.com/open-ephys/GUI
OS X stuff
Created general rules file for both Opal Kelly and FTDI
Updated FPGAThread for new acquisition board
Merge branch 'master' of github.com:open-ephys/GUI
Removed swapBuffers() calls from OpenGL
Loading