Skip to content

Commit 9acb8bf

Browse files
committed
added 15000 voltage range
this range makes saturation bounds visible, useful for testing if behavior rigs work etc.
1 parent c206b9c commit 9acb8bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/Plugins/LfpDisplayNode/LfpDisplayCanvas.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ LfpDisplayCanvas::LfpDisplayCanvas(LfpDisplayNode* processor_) :
7979
voltageRanges[HEADSTAGE_CHANNEL].add("2000");
8080
voltageRanges[HEADSTAGE_CHANNEL].add("5000");
8181
voltageRanges[HEADSTAGE_CHANNEL].add("10000");
82+
voltageRanges[HEADSTAGE_CHANNEL].add("15000");
8283
selectedVoltageRange[HEADSTAGE_CHANNEL] = 8;
8384
rangeGain[HEADSTAGE_CHANNEL] = 1; //uV
8485
rangeSteps[HEADSTAGE_CHANNEL] = 10;

0 commit comments

Comments
 (0)