Skip to content

sds-convert potentially wrong #153

@ReinhardKeil

Description

@ReinhardKeil

The sds-convert utility only shows one value for DataOutput files in this example:

https://github.com/Arm-Examples/SDS-Examples/blob/main/ST/B-U585I-IOT02A/algorithm/SDS%20Recordings/DataOutput.0.sds

Command:

>sds-convert simple_csv -i DataOutput.0.sds -o DataOutput.0.csv -y DataOutput.sds.yml 

Output *.csv file:

timestamp,idle,snake,updown,wave
95.836,0.99609375
98.097,0.99609375
100.358,0.99609375
102.619,0.99609375
104.88,0.99609375

I would have expected to get 4 float values in a row.

DataInput files generate the expected 3 float values.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions