# define file for amplifier drift correction
filename <- forceR_example(type = "raw")
# Run amplifier drift correction without saving files or printing to screen:
file.ampdriftcorr <- amp_drift_corr(filename = filename,
tau = 9400,
res.reduction = 10,
plot.to.screen = FALSE,
write.data = FALSE,
write.PDFs = FALSE,
write.logs = FALSE,
output.folder,
show.progress = FALSE)
# file.ampdriftcorr
# Run amplifier drift correction with saving files and printing to screen:
# - commented out to pass package tests
# file.ampdriftcorr <- amp_drift_corr(filename = filename,
# tau = 9400,
# res.reduction = 10,
# plot.to.screen = TRUE,
# write.data = TRUE,
# write.PDFs = TRUE,
# write.logs = TRUE,
# output.folder = "./ampdriftcorr",
# show.progress = TRUE)
#
# file.ampdriftcorr
Run the code above in your browser using DataLab