Skip to content

Commit e87da00

Browse files
committed
Standardize microvolt unit string
1 parent 864000e commit e87da00

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Source/Devices/Neuropixels1e.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Neuropixels1e::Neuropixels1e(std::string name, std::string hubName, const oni_de
8989
STREAM_NAME_AP,
9090
ContinuousChannel::Type::ELECTRODE,
9191
0.195f,
92-
"�V",
92+
"uV",
9393
{},
9494
"ap"
9595
);
@@ -104,7 +104,7 @@ Neuropixels1e::Neuropixels1e(std::string name, std::string hubName, const oni_de
104104
STREAM_NAME_LFP,
105105
ContinuousChannel::Type::ELECTRODE,
106106
0.195f,
107-
"�V",
107+
"uV",
108108
{},
109109
"lfp"
110110
);

Source/Devices/Neuropixels1f.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Neuropixels1f::Neuropixels1f(std::string name, std::string hubName, const oni_de
7676
STREAM_NAME_AP,
7777
ContinuousChannel::Type::ELECTRODE,
7878
0.195f,
79-
"µV",
79+
"uV",
8080
{},
8181
"ap"
8282
);
@@ -91,7 +91,7 @@ Neuropixels1f::Neuropixels1f(std::string name, std::string hubName, const oni_de
9191
STREAM_NAME_LFP,
9292
ContinuousChannel::Type::ELECTRODE,
9393
0.195f,
94-
"µV",
94+
"uV",
9595
{},
9696
"lfp"
9797
);

Source/Devices/Neuropixels2e.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void Neuropixels2e::createDataStream(int n)
5151
"CH",
5252
ContinuousChannel::Type::ELECTRODE,
5353
0.195f,
54-
"µV",
54+
"uV",
5555
{},
5656
"ap"
5757
);

0 commit comments

Comments
 (0)