Name | Modified | Size | Downloads / Week |
---|---|---|---|
HEKAReader_4_0 | 2018-04-07 | ||
HEKAReader_3_0 | 2017-12-23 | ||
HEKAReader_2_9 | 2017-06-16 | ||
HEKAReader_2_8 | 2017-04-07 | ||
HEKAReader_2_7 | 2016-10-09 | ||
Reader1_2 | 2016-05-18 | ||
Reader1_1 | 2014-04-19 | ||
readme.txt | 2014-09-24 | 859 Bytes |
|
Totals: 8 Items | 859 Bytes | 0 |
Project patch-clamp data reader includes two shared libraries for the reading of data files generated by HEKA Pulse and HEKA patchmaster software. readpulse.dll reads data recorded by Pulse; readPMaster.dll - by PatchMaster. These libraries were designed to be highly compatible at the level of API, such that a calling program can use the same function calls to read pulse and patch-master files. Example of such use of both libraries can be found in Nest-o-Patch project, file openheka.pp. Files ReadPMaster.lpr and ReadPulse.lpr included in the binary package are source codes of libraries and contain lists of exported functions. They are heavily commented and may be used as quite comprehensive documentation for the libraries API. History of changes may be found in files History_ReadPMaster.txt and History_ReadPulse.txt.