The recorder configuration data isn't getting properly extracted on import. Only the recorder's user-specified name and description are getting extracted and put in Dataset.recorderInfo. The attribute Dataset.recorderConfig is unused.
Either the recorder configuration should get parsed on import, or use 'recorderConfig' to reference the configuration EBML element for later parsing. The latter might be better, since the information isn't critical to working with the data, and parsing it might be better handled in endaq.device, the recorder control package.
The recorder configuration data isn't getting properly extracted on import. Only the recorder's user-specified name and description are getting extracted and put in
Dataset.recorderInfo. The attributeDataset.recorderConfigis unused.Either the recorder configuration should get parsed on import, or use 'recorderConfig' to reference the configuration EBML element for later parsing. The latter might be better, since the information isn't critical to working with the data, and parsing it might be better handled in
endaq.device, the recorder control package.