Signal by Cambridge Electronics and Design is a data acquistion program used by several labss for Intracellular Electrophysiology (in addition can be used for other electrophysiology projects). Ideally, data generated by these labs can be converted to NWB format so that they can be utilized by tools in the NWB ecosystem as well as utilized by the larger stakholders
Present a rudimentary implementation of signal data files (cfs) to NWB script. To be adapted for later use.
Previously: A python package to open signal data (pyCEDFS), this uses a precompiled c library to load the data into numpy arrays. Ideally this could be used to work on this project.
31/3/2021: Conversion into NWB sucessful. However error prone and missing much metadata. https://github.com/smestern/pyCEDFS/blob/master/pyCEDFS/CFSConverter.py
//todo