bursts.start_times_update {scbursts}R Documentation

(DON'T USE THIS) Fix meta-data of bursts.

Description

YOU PROBABLY WON'T EVER HAVE TO CALL THIS DIRECTLY. Attach the meta-data to each segment saying when it began. It interleaves the durations of the bursts and gaps, and assigns the sum of those durations up to a point as the starting time.

Usage

bursts.start_times_update(bursts, gaps)

Arguments

bursts

List of segments

gaps

vector of gap times.

Value

A list of segments, one per burst, with updated start_times


[Package scbursts version 1.6 Index]