-
Notifications
You must be signed in to change notification settings - Fork 24
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
not able to compute event property duration #781
Comments
IMO, I'd remove it as a event property because we already automatically calculate it, see: here and I don't see a case where we want to recompute it. |
@SiQube What about datasets that contain event data? Duration might not be included in those, no? |
if we just have event data, if the gaze data is not available and we have not given durations. how can we compute the duration? (event) duration property necessarily needs (raw) gaze data. |
another solution would be to have two cases in the event(property)processor, one for duration and one for all other cases (see here) |
Currently calculating event properties is only supported for datasets containing gaze dataframes. since #716 is merged I am planning to add them to precomputed event dataframes as well but will take me a while |
This issue is very confusing due to all the erroneous assumptions made. @saeub is right in that we need the duration property to calculate duration for loaded event files without a duration column.
There's at least two use cases to recompute duration: (1) duration is not given in milliseconds. (2) there are calculation errors in the duration columns.
The duration property does not need any event data at all. It only needs the onset and offset columns in the event data frame.
There's no need in adjusting the
All the precomputed stuff should be deprecated as soon as possible before anyone really starts using this. As this issue will only confuse other contributors an the forwarded proposals do not address any of the actual underlying issues, I close this in favor of these: |
Current Behavior
when trying to calculate event duration as a property it fails.
Expected Behavior
it succeeds
or
remove it as event duration property
Failure Information (for bugs)
Steps to Reproduce
To reproduce:
Context
Please provide any relevant information about your setup.
This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
Checklist
The text was updated successfully, but these errors were encountered: