Skip to content

Commit c875915

Browse files
committed
Changing the stream name from ORIC to NPG.
1 parent 3c65147 commit c875915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

npg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
from scipy.signal import butter, filtfilt
88
from pylsl import StreamInfo, StreamOutlet
99

10-
stream_name = 'ORIC'
10+
stream_name = 'NPG'
1111
data = StreamInfo(stream_name, 'EXG', 3, 250, 'float32', 'uid007')
1212
outlet = StreamOutlet(data)
1313
ws = websocket.WebSocket()
1414
ws.connect("ws://" + socket.gethostbyname("multi-emg.local") + ":81")
1515
print(stream_name, "WebSocket connected!")
16-
sys.stderr.write("ORIC WebSocket connected!\n")
16+
sys.stderr.write("NPG WebSocket connected!\n")
1717

1818
block_size = 13
1919
packet_size = 0

0 commit comments

Comments
 (0)