Skip to content

Instantly share code, notes, and snippets.

View chrisjz's full-sized avatar

Chris Zaharia chrisjz

View GitHub Profile
@Photosynthesis
Photosynthesis / convert_obci_csv_to_openvibe.py
Last active July 25, 2019 09:44
Convert OpenBCI CSV data to Openvibe format
import csv
import os
import sys
''' CONFIG '''
# PATHS
''' Path relative to this script for input data files '''
input_path = 'input'