Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions coreFunctions/stage2Core.m
Original file line number Diff line number Diff line change
Expand Up @@ -854,8 +854,8 @@


% Get information for plotting raster
tStart = 100; % Start time of raster graph in seconds
tEnd = 200; % End time of raster graph in seconds
tStart = 10; % Start time of raster graph in seconds
tEnd = 2500; % End time of raster graph in seconds
tempRaster = spkInds;
for iNeuron = 1:nNeurons
tempRaster{iNeuron} = tempRaster{iNeuron}/sampleRate; % Convert to seconds
Expand Down
Binary file modified reviewGUIs/stage2Reviewer.mlapp
Binary file not shown.