openma icon indicating copy to clipboard operation
openma copied to clipboard

Implement the parser for the Elite file formats.

Open Alzathar opened this issue 8 years ago • 4 comments

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).

Alzathar avatar Dec 19 '16 16:12 Alzathar

@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.

Alzathar avatar Dec 19 '16 17:12 Alzathar

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?

marnunez avatar Dec 19 '16 23:12 marnunez

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.

Alzathar avatar Dec 21 '16 07:12 Alzathar

Not all the BTS Elite formats are implemented in OpenMA.

Alzathar avatar Feb 25 '17 19:02 Alzathar