Closed GoogleCodeExporter closed 9 years ago
Could you join the ABDHL.mdf file? I tested the MDF file reader only on one
file proposed with the library Open3DMotion. Maybe I wrongly manage some data
during the conversion Open3DMotion -> Biomechanical ToolKit..
Original comment by arnaud.barre
on 4 Feb 2014 at 1:12
Hi, thanks for the reply. This is my first time using the BTK so maybe I have
done something wrong. Please have a look at the file if you could, I have
attached two. It contains data my colleague collected from postural sway while
standing on an elevated platform and on the floor. Perhaps the difference is
that this file contains output from a force plate recorded simultaneously using
the CODAMOTION system. I have about 200 of these to analyse so would prefer to
write a MATLAB script to do it automatically.
Thanks
Original comment by Brodie...@gmail.com
on 4 Feb 2014 at 10:34
Attachments:
Thanks to your files I found the reason why the code crashes. I did not manage
correctly the case where there is only analog channels in MDF files. I will
commit quickly a fix for that.
In case you cannot compile the source code yourself, I can send you an updated
version of the function 'btkReadAcquisition' if you prefer.
Original comment by arnaud.barre
on 7 Feb 2014 at 5:01
Thank you for checking this. Please attach the updated version of the function
btkReadAcquisition for 64 bit MatLab on Windows 7, if you can. I am not sure
how to build this myself.
Thanks again.
Original comment by Brodie...@gmail.com
on 9 Feb 2014 at 10:00
The joined file 'btkReadAcquisition.mexw64' should fix the problem. You only
have to replace the previous file with this one. Please tell me if the new
version fixes your problem and I will close this issue.
Original comment by arnaud.barre
on 11 Feb 2014 at 10:21
Attachments:
Works like a dream, thank you for making a really useful tool.
I would recommend this to others.
Regards,
Original comment by Brodie...@gmail.com
on 11 Feb 2014 at 10:53
Fixed in commit c2a8c30.
Original comment by arnaud.barre
on 11 Feb 2014 at 11:02
Sorry, one more thing. It worked for almost all my files, but for some files
including the attached file the following error was generated and no handle was
returned, so I could not get analogs variables.
??? Error using ==> btkReadAcquisition
No raw marker data present (required to deduce frame rate
for calculated data)
Regards,
Original comment by Brodie...@gmail.com
on 12 Feb 2014 at 12:32
Attachments:
This error is thrown directly from the C++ library developed by CodaMotion. I
sent a bug report to them
(https://github.com/Open3DMotionGroup/Open3DMotion/issues/14)
Original comment by arnaud.barre
on 12 Feb 2014 at 7:34
Hi All, many thanks for the feedback on Open3DMotion, the independently
maintained open source library on which the latest Codamotion software is
based. We will investigate this issue in the open source library as time
permits. However if you urgently need to import MDF into Matlab and are having
issues with that please don't hesitate to contact Codamotion support by
telephone (+44 116 230 1060) or via the contact form on the website
http://codamotion.com/?Itemid=55 . Best regards.
Original comment by joel.mit...@gmail.com
on 12 Feb 2014 at 3:25
Original issue reported on code.google.com by
Brodie...@gmail.com
on 4 Feb 2014 at 5:30