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.
Be the first to post a text review of Axon Library. Rate and review a project by clicking thumbs up or thumbs down in the right column.
libaxon 0.2: 10/05/2009 Makefile: * Fixed bug with the Python source of the Python wrapper. libcpp: * Added methods: char* GetString(int i), int ReadSychArray(void), float *ReadFloatData(void), short *ReadIntData(void). * Attributes are reset on object creation. * Several code optimisations. libpy: * Data reading enabled using ReadFloatData() or ReadIntData(). * Reading of the arrays of structures enabled using extending (helper) methods: GetADCInfo(i), GetDACInfo(i), GetEpochInfo(i), GetEpochInfoPerDAC(i, j). mex: * Added functions: axon_read_dacinfo(file_name), axon_read_epochinfo(file_name), axon_read_epochinfoperdac(file_name). * Several code optimisations. helpers: * Added helper functions for Python and Matlab: axon_get_data(file_name), axon_get_protocol(file_name). samples: * Several small fixes with the new libaxon version. * Samples for using helper functions. libaxon 0.1: 27/01/2009 The first release.
libaxon 0.2: 10/05/2009 Makefile: * Fixed bug with the Python source of the Python wrapper. libcpp: * Added methods: char* GetString(int i), int ReadSychArray(void), float *ReadFloatData(void), short *ReadIntData(void). * Attributes are reset on object creation. * Several code optimisations. libpy: * Data reading enabled using ReadFloatData() or ReadIntData(). * Reading of the arrays of structures enabled using extending (helper) methods: GetADCInfo(i), GetDACInfo(i), GetEpochInfo(i), GetEpochInfoPerDAC(i, j). mex: * Added functions: axon_read_dacinfo(file_name), axon_read_epochinfo(file_name), axon_read_epochinfoperdac(file_name). * Several code optimisations. helpers: * Added helper functions for Python and Matlab: axon_get_data(file_name), axon_get_protocol(file_name). samples: * Several small fixes with the new libaxon version. * Samples for using helper functions. libaxon 0.1: 27/01/2009 The first release.
libaxon 0.2: 10/05/2009 Makefile: * Fixed bug with the Python source of the Python wrapper. libcpp: * Added methods: char* GetString(int i), int ReadSychArray(void), float *ReadFloatData(void), short *ReadIntData(void). * Attributes are reset on object creation. * Several code optimisations. libpy: * Data reading enabled using ReadFloatData() or ReadIntData(). * Reading of the arrays of structures enabled using extending (helper) methods: GetADCInfo(i), GetDACInfo(i), GetEpochInfo(i), GetEpochInfoPerDAC(i, j). mex: * Added functions: axon_read_dacinfo(file_name), axon_read_epochinfo(file_name), axon_read_epochinfoperdac(file_name). * Several code optimisations. helpers: * Added helper functions for Python and Matlab: axon_get_data(file_name), axon_get_protocol(file_name). samples: * Several small fixes with the new libaxon version. * Samples for using helper functions. libaxon 0.1: 27/01/2009 The first release.
The new version (0.2) of Axon Library with some significant changes: - Python wrapper is fully functional now; - new functions for Matlab; - helper functions for Python and Matlab. To read more about the changes, see Change Log.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?