Adds ECLDigits with very large/small time/amplitude values
Definition at line 33 of file ecl_packer_unpacker.py.
◆ __init__()
constructor
Definition at line 38 of file ecl_packer_unpacker.py.
41 amps = [0, 1, 100000, 262015]
42 times = [-2048, -100, 0, 100, 2047]
43 qualitys = [0, 1, 2, 3]
44 chis = [0, 1, 254, 511]
45 paramNames = [
"amp",
"time",
"quality",
"chi"]
47 self.digitParams = [dict(zip(paramNames, params))
for params
in itertools.product(amps, times, qualitys, chis)]
◆ event()
The documentation for this class was generated from the following file: