Go to the source code of this file.
Classes | |
class | brian_to_csv.Channel |
structure for a MEA channel pad neurons: list of neurons within range of the pad total_weight: combined weights of all the neurons More... | |
class | brian_to_csv.CloseNeuron |
Data structure for a neuron that is close to a channel pad. More... | |
Namespaces | |
namespace | brian_to_csv |
This is a ROS node that is used by itself to generate CSV data files by running Brian simulations. | |
Functions | |
def | brian_to_csv.brianRecv |
Runs a Brian simulation "P" and records and publishes voltages captured by the multielectrode array "channels". | |
def | brian_to_csv.channelizer |
Populates a 60-channel list using data from an x,y map. | |
Variables | |
tuple | brian_to_csv.channels = channelizer(pad_neuron_map) |
tuple | brian_to_csv.connections = Unpickler(connections_file) |
tuple | brian_to_csv.connections_file = open(connections_file_name) |
tuple | brian_to_csv.connections_file_name = rospy.get_param('brian_connections_file_path') |
tuple | brian_to_csv.pad_neuron_map = Unpickler(pad_neuron_map_file) |
tuple | brian_to_csv.pad_neuron_map_file = open(pad_neuron_map_file_name) |
tuple | brian_to_csv.pad_neuron_map_file_name = rospy.get_param('brian_pad_neuron_map_file_path') |