Skip to content
Snippets Groups Projects
Commit 6c0030b9 authored by jsiegle's avatar jsiegle
Browse files

Add 250 uV voltage range to LFP display

parent def4ed62
Branches
Tags
No related merge requests found
......@@ -64,18 +64,17 @@ LfpDisplayCanvas::LfpDisplayCanvas(LfpDisplayNode* processor_) :
voltageRanges.add("50");
voltageRanges.add("100");
voltageRanges.add("250");
voltageRanges.add("500");
voltageRanges.add("1000");
voltageRanges.add("2000");
voltageRanges.add("5000");
timebases.add("0.5");
timebases.add("1.0");
timebases.add("2.0");
timebases.add("5.0");
timebases.add("10.0");
spreads.add("10");
spreads.add("20");
spreads.add("30");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment