Skip to contents

Initializes global pipeline variables required for the anomaly detection pipeline, including previous batch placeholders, detector-wise result containers, and coincidence list. This function is designed to be run at the beginning of a `pipe()` execution.

Usage

init_pipe(dets = c("H1", "L1"))

Arguments

dets

A character vector of detector names. Defaults to c("H1", "L1").

Value

None. This function assigns prev_batch, res.net, and coinc.lis into the calling environment.