Multi Channel DataManager
Tool to export data recorded with MC_Rack, Cardio2D, Multi Channel Experimenter, CMOS-MEA-Control, or Multiwell-Screen.
Compatible with Windows® 7 /8.x / 10 (64 Bit).
The following input / output formats are currently supported.
Software | Input Streams |
HDF5 (Matlab, Python, etc.) |
NEX (Neuroexplorer) |
CED (Spike2) |
ASCII |
---|---|---|---|---|---|
Multi Channel Experimenter | Electrode raw data | + | + | + | + |
Analog raw data | + | + | + | + | |
Digital raw data | + | - | - | + | |
Filtered data | + | + | - | + | |
Spike time stamps | + | + | + | + | |
Spike cutouts | + | + | + | + | |
MC_Rack | Electrode raw data | + | + | + | + |
Analog raw data | + | + | + | + | |
Digital raw data | + | - | - | + | |
Filtered data | + | + | - | + | |
Spike time stamps | + | + | + | + | |
Spike cutouts | + | + | + | + | |
Cardio2D | All data | + | - | - | + |
Multiwell-Screen | Electrode raw data | + | + | + | + |
Analog raw data | + | + | + | + | |
Digital raw data | + | + | + | + | |
Spike cutouts / sweeps | + | + | + | - | |
CMOS-MEA-Control | Frame data | + | - | - | - |
Analog raw data | + | - | - | - | |
Digital raw data | + | - | - | - |
Â
Format Description
HDF5
The HDF5 (.h5) output format is supported by many different tools, among them Matlab, Python and the R project.
For Matlab and Python we provide specialized wrapper modules for handling the MCS data (HDF5 Matlab Tools or PyData Tools). With these it is very easy to process the recorded data and meta data. For Matlab users this is the recommended approach because the Matlab code is simpler and reading the data is way faster than the deprecated way using Neuroshare.
Nex
Nex (.nex) is the native data format for NeuroExplorer which is the recommended approach for analyzing spike data.
CED
CED (.smr/32 bit and .smrx/64 bit) is the data document format for the Spike2 software.
ASCII
Data is exported as clear text in the .csv file format. It can be processed by any software as there is no compression of the data.
Â
Â