abfload
by Harald Hentschke
05 Nov 2004
(Updated 17 Jun 2011)
abfload imports data in the Axon abf format (three different recording modes).
|
Watch this File
|
| File Information |
| Description |
abfload imports data in the Axon abf format. Data may have been acquired in the following modes:
(1) event-driven variable-length
(2) event-driven fixed-length
(3) gap-free
The major output variable d may be a 2D array, a 3D array or a cell array, depending on the recording mode. Information about scaling, the time base (that is, the sampling frequency), and the number of channels and episodes is extracted from the header of the abf file. For details, see help text of abfload.
** PLEASE NOTE: abfload can only deal with abf versions <2 (files acquired with pclamp versions <10). Use abf2load (see below) for all abf versions including the new ones. |
| Acknowledgements |
This file inspired
Abf2load.
|
| MATLAB release |
MATLAB 6.5.1 (R13SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (12) |
| 27 Jun 2012 |
Laurens Witter
|
|
|
| 04 Feb 2012 |
Rami
|
|
|
| 26 May 2011 |
Praneeth Namburi
|
|
|
| 19 Jan 2011 |
Wojciech
|
|
|
| 01 Sep 2009 |
D H
|
|
|
| 23 Jan 2007 |
B A
|
|
|
| 22 Nov 2006 |
Yoav Mor
|
|
|
| 12 Oct 2006 |
Carlos E
|
|
|
| 12 Oct 2006 |
Carlos E
|
|
|
| 15 Jun 2006 |
Harald Hentschke
|
|
|
| 06 Jun 2006 |
Joanna Huttunen
|
|
|
| 25 Apr 2005 |
Jim Chambers
|
|
|
| Updates |
| 09 Nov 2004 |
1. Silly but fatal bug in the section for import in 'event-driven variable-length mode' (sorry)
2. Stricter input checking: an error will result if ANY of the requested channels does not exist in data file |
| 15 Aug 2005 |
- bug fix (number format for two header parameters was incorrect, leading to errors during upload in rare cases)
- option to specify number format (essential on platforms other than win)
- improved upload of gap-free data (less memory consumption) |
| 07 Dec 2006 |
the update of 2005-08-12 got lost or never made it to the file exchange - here it is again with minor additional improvements |
| 13 Dec 2006 |
mod |
| 20 May 2009 |
BSD license added, all else is the same. |
| 17 Jun 2011 |
- minor bug fix (in exceedingly rare cases an error resulted reading gap-free data, namely when division of the number of points by 'chunkPtsPerChan' left no remainder)
- the help (H1) now informs on the limitation of the code to abf versions < 2.0 |
|
Contact us