Adds ECLDigits with very large/small time/amplitude values
Definition at line 27 of file ecl_packer_unpacker.py.
◆ __init__()
constructor
Definition at line 32 of file ecl_packer_unpacker.py.
35 amps = [0, 1, 100000, 262015]
36 times = [-2048, -100, 0, 100, 2047]
37 qualitys = [0, 1, 2, 3]
38 chis = [0, 1, 254, 511]
39 paramNames = [
"amp",
"time",
"quality",
"chi"]
41 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: