-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add timestamped event #49
Comments
There is already a format for events but it is oriented to gait (gaitEvents.yaml). Other partners are considering to use a event (.csv) file with two columns: the timestamp of the event and the label of the event. |
The only limit I can imagine to the yaml mode is the frequency of events in the file. Having a common format for gait events and other sounds great to me. Then the question is whether we should go for yaml, csv, or permit both. |
I see advantages in higher frequencies for yaml (smaller size). I am in favour of allowing only one. However the PiManager does not enter in how the content is formatted at this momment so both formats could be accepted. The name before the extension should be equal (events.csv/events.yaml) |
|
events.csv (99bytes):
events.yaml (60bytes)
|
If the experiments last several seconds, then the yaml file will just be unreadbale, while the csv could be easier to read (even through automatic editor plugins although. |
Not sure about it. If we are talking about reading, both are comparable. If we need filtering/editing or other capabilities then csv plugins are better. I see advantages in .csv if multiple events are allowed at same timestamp. If this feature is needed, then definitely we should go with .csv |
An example od long event file in yaml format |
So if we stick to yaml, shall we change the scope of Note that if we go for first option, we would not have issues with people willing to mix gait info and other event labeled. |
So I assume we would add here another format, for TimeStamped event, defined as a yaml file. |
I reread the thread, and I have some doubts: we have two options: (1) make the gait event format generic, and change it to an You suggest going to option2, am I right? |
I am proposing to merge them in only one format (yaml or csv), having specific labels for gait events. |
Hum ok, so I would have to revise all repo and suggest using event.yaml filename. |
File containing relevant labelled information
The text was updated successfully, but these errors were encountered: