Seems to do what it's supposed to do for stacks of images. For single images I can't get the button at the bottom of the preview window. Also, exporting without having to open a preview would be a great feature.
27 Jun 2012
abfload
abfload imports data in the Axon abf format (three different recording modes).
Author: Harald Hentschke
Very useful utility, I use it a lot.
There seems to be a problem sometimes with clampfit generated files. The solution is to include the following after 'the hack' (~line 275):
if isempty(goodstart)
goodstart = strfind(lower(char(BigString)'),'clampfit');
end
Also, in the functions 'define_xxxxxxx' the use of % in names is problematic because this leads to truncated statements in the function ReadSection. Easiest solution is to take all '%' out.
With these small changes I can load all files I want.