-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to process CWA #201
Comments
Hi @GianlucaPoliTo |
Hi @chanshing, thanks a lot. Thank you again for your availability! |
@GianlucaPoliTo I see. One thing you could try is using the device parser from the original manufacturers of Axivity: https://github.com/digitalinteraction/openmovement |
Just to let you know that I implemented code to read .cwa AX6 for R https://github.com/wadpac/GGIRread/blob/main/R/readAxivity.R with a bit off c++ code to speed it up. The code automatically recognises whether it is AX3 or AX6. I know this is not directly useful in Python, but maybe helpful as inspiration/reference point when checking your future code for AX6. I verified with Dan at Axivity that it is correct. |
Hi @vincentvanhees, good to know! Thanks a lot for your time =) Thanks again! |
Hi @chanshing, |
You can load |
@danielgjackson @DanielHieber |
Thanks for the update @angerhang |
Dear @angerhang , @chanshing and whoever it may concern, is there any progress with this issue? |
Thanks for being patient on this issue @danielgjackson and @johannesschobel If you would like to give it a go for the ax6 support, you would change the binary parsing mechanism by modifying the file below: The reference parsing code can be found in openmovement repo: If you can write something sensible with some tests results. We would be more than happy to troubleshoot and sync it with our python backend migration with https://actipy.readthedocs.io/en/latest/ early next year. |
Hello , I'm experiencing the same problem as @GianlucaPoliTo but I'm using the AX3 instead. The calibration fails. I have narrowed it down to a java call to Do you know if this is actually a JTransforms issue? Can you imagine a way to overcome this empty data frame? Thank you in advance ! |
@chanshing will know better, but do you have a sufficiently long file @balpeaux ? |
Hello @aidendoherty thanks for your reply Here's the link to download it ! Any suggestions @chanshing ? Thanks in advance ! |
Thanks for sharing the file. Something seems to be off about the measurements in this file. There are values as high as 100s, which should be impossible for AX3 devices (+/- 16). Like you discovered, bug is due to the calibration routine not finding any available static points (because values are crazy high). Thanks for spotting this. It's an extreme edge case but fixed now (I'll push the patch in a bit). Thanks for your help! |
@balpeaux It should be fixed now in v6.2.3. |
Excellent, thank you very much @chanshing !! |
Good Morning, I'm trying to analyze some CWA files that I collected using Axivity AX6 (https://axivity.com/product/ax6) sensor.
Unfortunately, I keep receiving the error that I attached.
Any possible solution?
Thanks a lot!
The text was updated successfully, but these errors were encountered: