wadpac / GGIR

Code corresponding to R package GGIR
https://wadpac.github.io/GGIR/
Apache License 2.0
99 stars 62 forks source link

Skip call to g.dotorcomma with sampling frequency can not be extracted #1098

Closed vincentvanhees closed 7 months ago

vincentvanhees commented 7 months ago

When sampling frequency cannot be extracted from gt3x file, the call to function g.dotorcomma() can be skipped in g.inspectfile() because:

Also it seems code still stops with an error when sf is missing, while we ideally want it to continue with the next file and only show a warning as that will be easier for large datasets.