Is your feature request related to a problem? Please describe.
Per our discussion on improving the visualizer to be able to be built upon by incoming undergrads/other devs, we settled on an API for loading the data (into Protobuf, JSON, or RAM), and also a low-level API for basic front-end functionalities
Describe the solution you'd like
External data -> internal JSON representation
[ ] Python read_json_npy(fname)
[ ] Python read_json_mat(fname)
[ ] Python read_json_events(fname)
[ ] Python/Javascript parent script: read_data()
Frontend Basic Functionality
[ ] modify_electrode(ch_name, show_size, show_color): size, color are optional, size is default
[ ] create_connection(ch_name1, ch_name2, color, time_index, lw) : color, time_index, lw are optional, and have default values
[ ] scan_through_data() (not sure if this is what it was to be named, so w/e you think is good)
Is your feature request related to a problem? Please describe. Per our discussion on improving the visualizer to be able to be built upon by incoming undergrads/other devs, we settled on an API for loading the data (into Protobuf, JSON, or RAM), and also a low-level API for basic front-end functionalities
Describe the solution you'd like
External data -> internal JSON representation
Frontend Basic Functionality
Additional context See: https://www.dropbox.com/s/oatktfoeolq8keg/seek%20guidelines.docx?dl=0 for notes on our development plan and guidelines