You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if there aren't any SIBs detected within the start of the recording until the first noon, then GGIR triggers an error here that could be easily addressed. Usually this is not a concern because we expect SIBs there. In this dataset it was because recording started at 9am and they still wanted to include those recordings as they may run some analyses only using school window time (with this first window being of interest.
In lines 74-80 of the function, if there are no SIBs, then newWakeIndex is -Inf (line 76), and then in line 80 "ts$diur[1:newWakeIndex] = 1" triggers the error because it can not do 1:-Inf.
The text was updated successfully, but these errors were encountered:
if there aren't any SIBs detected within the start of the recording until the first noon, then GGIR triggers an error here that could be easily addressed. Usually this is not a concern because we expect SIBs there. In this dataset it was because recording started at 9am and they still wanted to include those recordings as they may run some analyses only using school window time (with this first window being of interest.
In lines 74-80 of the function, if there are no SIBs, then newWakeIndex is -Inf (line 76), and then in line 80 "ts$diur[1:newWakeIndex] = 1" triggers the error because it can not do 1:-Inf.
The text was updated successfully, but these errors were encountered: