openma
openma copied to clipboard
Implement the parser for the Elite file formats.
The parsers in the BTK project is a good start to implement the parsers of the Elite file formats.
Compared to BTK, OpenMA will manage all the Elite file in the same plugin with one handler by file format. The data provided in the project BTKData will be used for the validation (see the subfolder EliteSamples). However, these data came from 2010. New data would be necessary to verify that BTS does or does not change their file format (see issue #47).
@marnunez I am creating the elite-file-format branch with an empty plugin for the Elite file formats. I will commit it soon. This will be a good way for you to see the integration of the BTS file format in OpenMA compared to BTK.
Awesome. I seriously doubt they changed any of the formats at all before the TDF/MDX file format introduction, but I can provide the anonymized file samples required. Shall I leave them here of fork and do a pull request in openma-data?
The BTS Elite EMG format is implemented in the elite-file-format branch. The implementation is an exact translation of the parser proposed in BTK. Thus, the issue #47 is not yet resolved.
Not all the BTS Elite formats are implemented in OpenMA.