I needed a way to parse some large wfm files (large enough that exporting them to csv directly took waay too long) and came across this wonderful project. For me it did not work out-of-the-box. It turned out to be because I had only exported 2 channels.
Since I am not a "native python speaker" :), It took me a while to figure it out even though it is trivial;
I am posting it here so that maybe someone else may benefit from it; it should probably be fixed in the master also at some point.
Hello,
I needed a way to parse some large wfm files (large enough that exporting them to csv directly took waay too long) and came across this wonderful project. For me it did not work out-of-the-box. It turned out to be because I had only exported 2 channels. Since I am not a "native python speaker" :), It took me a while to figure it out even though it is trivial; I am posting it here so that maybe someone else may benefit from it; it should probably be fixed in the master also at some point.
Best regards, John