Skip to content
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

Clarify minimum recording duration in vignette #835

Closed
vincentvanhees opened this issue Jul 9, 2023 · 0 comments · Fixed by #926
Closed

Clarify minimum recording duration in vignette #835

vincentvanhees opened this issue Jul 9, 2023 · 0 comments · Fixed by #926
Milestone

Comments

@vincentvanhees
Copy link
Member

Note urgent, but just leaving this here as a note for later this year.

From the training it became clear that it is not clear what the minimum recording duration is for GGIR to consider.

This happens in two steps:

  • First there is a check that raw data file is at least 2MB in function g.part1(), where 2MB can be checked with argument minimumFileSize. Ideally this should never be changed, it is just there in case anyone believes that less data is also sufficient.
  • Secondly, the code checks whether has at least two long windows (default 15 minutes) in g.readaccfile, which can be altered with the second value of argument windowsizes.

It would be good if this is clarified somewhere in the vignette.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant