diff --git a/tdm_loader/tdm_loader.py b/tdm_loader/tdm_loader.py index 9f4ebae..ec0a453 100644 --- a/tdm_loader/tdm_loader.py +++ b/tdm_loader/tdm_loader.py @@ -321,7 +321,8 @@ def channel(self, channel_group, channel, occurrence=0, ch_occurrence=0): elif seqrep == "implicit_linear": # for time channels. contins two float values # for building time scale (constant step width) - column = np.array(range(0, nrows)) * data_block[-1] + offset = data_block[0] + column = np.array(range(0, nrows)) * data_block[-1] + offset elif seqrep == "raw_linear": # mapped to proprtional integer scale. needs to be re-scaled to actual values offset, slope = np.asarray(