If helpful, I've posted the script used below. Again, appreciate any suggestions you have.
g.shell.GGIR(#=======================================
# INPUT NEEDED:
mode=c(2,3,4),
metadatadir=c("s:/7-IPPE Data Folder/iPLAY Data/Data/Main Study/Geneactiv Temp Output"),
outputdir="s:/7-IPPE Data Folder/iPLAY Data/Data/Main Study/Geneactiv Temp Output",
f0=1, f1=c(),
desiredtz="Australia/Sydney",
overwrite=TRUE,
studyname = "MAROOTA_BL",
#-------------------------------
# Part 1:
#-------------------------------
# Key functions: reading file, auto-calibration, and extracting features
do.enmo = TRUE, do.anglez=TRUE,
chunksize=1, printsummary=TRUE,
windowsizes = c(5,900,3600),
#-------------------------------
# Part 2:
#-------------------------------
strategy = 3, ndayswindow=7,
#hrs.del.start = 0, hrs.del.end = 0,
#maxdur = 9, includedaycrit = 16,
winhr = c(5,10),
qlevels = c(c(1380/1440),c(1410/1440)),
qwindow=c(0,24),
ilevels = c(0,56.3,191.6,695.8,8000),
mvpathreshold =c(191.6, 695.8),
bout.metric = 4,
closedbout=FALSE,
do.imp=TRUE,
#-------------------------------
# Part 3:
#-------------------------------
# Key functions: Sleep detection
timethreshold= c(5), anglethreshold=5,
ignorenonwear = TRUE,
#-------------------------------
# Part 4:
#-------------------------------
# Key functions: Integrating sleep log (if available) with sleep detection
# storing day and person specific summaries of sleep
excludefirstlast = FALSE,
includenightcrit = 0,
def.noc.sleep = c(),
# loglocation= "C:/mydata/sleeplog.csv",
outliers.only = FALSE,
criterror = 4,
relyonsleeplog = FALSE,
# sleeplogidnum = TRUE,
# colid=1,
# coln1=2,
do.visual = TRUE,
# nnights = 9,
#-------------------------------
# Part 5:
# Key functions: Merging physical activity with sleep analyses
#-------------------------------
threshold.lig = c(56.3), threshold.mod = c(191.6),threshold.vig = c(695.8),
boutcriter.mvpa = 0.8,
boutdur.in = c(1,10,30), boutdur.lig = c(1,10),
boutdur.mvpa = c(1), timewindow = c("WW"),
#-----------------------------------
# Report generation
#-------------------------------
# Key functions: Generating reports based on meta-data
do.report=c(2,4),
visualreport=TRUE, dofirstpage = TRUE,
viewingwindow=1)