Skip to content

Commit 88e7ee6

Browse files
committed
fixing ggir out paths
1 parent a39effc commit 88e7ee6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

code/core/acc_new.R

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ main <- function() {
8484

8585
try({
8686
GGIR(
87-
# ==== Initialization ====
8887
mode = 1:6,
8988
datadir = datadir,
9089
outputdir = outputdir,
@@ -95,27 +94,22 @@ main <- function() {
9594
idloc = 2,
9695
save_ms5rawlevels = "csv"
9796

98-
# ==== Part 1: Data loading and basic signal processing ====
9997
do.report = c(2, 4, 5, 6),
10098
epochvalues2csv = TRUE,
10199
do.ENMO = TRUE,
102100
acc.metric = "ENMO",
103101
windowsizes = c(5, 900, 3600),
104102

105-
# ==== Part 2: Non-wear detection ====
106103
ignorenonwear = TRUE,
107104

108-
# ==== Part 3: Sleep detection (optional if using external file) ====
109105
# Uncomment the below if using external sleep log:
110106
# loglocation = "/Shared/vosslabhpc/Projects/BOOST/InterventionStudy/3-experiment/data/act-int-test/sleep.csv",
111107
# colid = 1,
112108
# coln1 = 2,
113109
# sleepwindowType = "SPT",
114110

115-
# ==== Part 4: Physical activity summaries ====
116111
timewindow = c("WW", "MM", "OO"),
117112

118-
# ==== Part 5: Day-level summaries ====
119113
hrs.del.start = 4,
120114
hrs.del.end = 3,
121115
maxdur = 9,

0 commit comments

Comments
 (0)