bursts.popens: Return popens of every burst.

Description Usage Arguments Value Examples

Description

Return popens of every burst.

Usage

1
bursts.popens(bursts)

Arguments

bursts

The list of all bursts

Value

The popen values

Examples

1
2
3
4
5
6
7
8
infile <- system.file("extdata", "example1_qub.dwt", package = "scbursts")
dwells <- dwt.read(infile)
dwells_c <- risetime.correct_gaussian(Tr=35.0052278, dwells, units="us")

bursts <- bursts.defined_by_tcrit(dwells_c, 100, units="ms")

popens <- bursts.popens(bursts)
hist(popens)

scbursts documentation built on July 6, 2019, 5:02 p.m.