Skip to content

Commit 5c3d955

Browse files
committed
automated commit by vosslab linux
1 parent c59b665 commit 5c3d955

File tree

9 files changed

+10
-8
lines changed

9 files changed

+10
-8
lines changed

code/core/acc_new.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ main <- function() {
102102
windowsizes = c(5, 900, 3600),
103103

104104
# ==== Part 2: Non-wear detection ====
105-
ignorenonwear = TRUE,
105+
ignorenonwear = FALSE,
106106

107107
# ==== Part 3: Sleep detection (optional if using external file) ====
108108
# Uncomment the below if using external sleep log:

code/core/gg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self, matched, intdir, obsdir):
1717
self.matched = matched
1818
self.INTDIR = intdir.rstrip('/') + '/'
1919
self.OBSDIR = obsdir.rstrip('/') + '/'
20-
self.DERIVATIVES = "derivatives/GGIR-3.2.6-test/" # Defined within the class
20+
self.DERIVATIVES = "derivatives/GGIR-3.2.6-test-ncp/" # Defined within the class
2121

2222
def run_gg(self):
2323
"""

code/logs/log.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107795,3 +107795,5 @@ Threshold combi 44.8_100.6_428.8 in time series ouput. Instead now using/mnt/nfs
107795107795
GGIR completed successfully for /mnt/nfs/lss/vosslabhpc/Projects/BOOST/ObservationalStudy/3-experiment/data/act-obs-test/.
107796107796
Starting QC pipeline for obs project.
107797107797
Unexpected error when processing /mnt/nfs/lss/vosslabhpc/Projects/BOOST/ObservationalStudy/3-experiment/data/act-obs-test/: cannot access local variable 'sub' where it is not associated with a value
107798+
[main c59b665] automated commit by vosslab linux
107799+
9 files changed, 8943 insertions(+), 14 deletions(-)

code/plots/group/avg_plot_all.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

code/plots/group/avg_plot_ses-1.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

code/plots/group/avg_plot_ses-2.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

code/plots/group/avg_plot_ses-3.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

code/plots/group/avg_plot_ses-4.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

code/plots/group/avg_plot_ses-5.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)