Axon Library Code
Brought to you by:
dumzdej
File | Date | Author | Commit |
---|---|---|---|
helpers | 2011-12-19 | Jakub Nowacki | [32766a] Small cleanup |
src | 2011-12-19 | Jakub Nowacki | [b9ffa9] Cmake Swig fix |
AUTHORS | 2010-02-26 | Jakub Nowacki | [b0f473] First commit |
CMakeLists.txt | 2011-12-19 | Jakub Nowacki | [b9ffa9] Cmake Swig fix |
COPYING | 2010-02-26 | Jakub Nowacki | [b0f473] First commit |
Changelog | 2010-02-26 | Jakub Nowacki | [b0f473] First commit |
Doxyfile | 2011-12-19 | Jakub Nowacki | [a99e5d] Doxyfile added |
INSTALL | 2010-02-28 | Jakub Nowacki | [a52dbf] INSTALL and Makefile added |
Makefile_old | 2011-12-19 | Jakub Nowacki | [768c72] Preserving old Makefile |
README | 2010-02-26 | Jakub Nowacki | [b0f473] First commit |
******************************************************************************** * Axon Library * ******************************************************************************** *** DESCRIPTION *** Axon Library (libaxon) is an Open Source, cross-platform, C++ library for reading files in Axon Binary Format. Currently only ABF2 is supported. Additionally, project include binders for Python and Matlab. *** FEATURES *** Reading ABF2 files: - File Info (C++, Python, Matlab) - Protocol Info (C++, Python, Matlab) - ADC Info (C++, Python, Matlab) - DAC Info (C++, Python, Matlab) - EpochInfo (C++, Python, Matlab) - EpochInfoPerDAC (C++, Python, Matlab) - Strings (C++, Python, Matlab) - Data (C++, Python, Matlab) Additional helper functions for Python and Matlab to assist with reading the data and the protocol. *** INSTALLATION *** Installation instructions are available in the file INSTALL. *** DOCUMENTATION *** The documentation of the library is placed in folder doc/. There is HTML and Latex version of documentation. Samples of the library usage are available in folder samples/. *** KNOWN ISSUES *** The project is currently in an early stage of development, therefore have a limited capabilities and it is not bug free. *** BUGS, QUESTIONS, ETC. *** A best place to get help is to use the project forum at http://sourceforge.net/projects/libaxon/. Also, there is bug tracker available at the project web site.