R/apply_slope_offset.r

Defines functions apply_slope_offset

#'@export
apply_slope_offset <- function(data, params, ...) {
    ## apply algorithm from spreadsheet
    sloped <- data$nulled
    event_tags <- data$event_tags
    list(sloped = sloped, event_tags = event_tags)
}
eruud/test.calorimeter.r documentation built on Jan. 31, 2022, 9:19 a.m.