diff --git a/aframe/tasks/infer/base.py b/aframe/tasks/infer/base.py index b58fbd9bb..46766a769 100644 --- a/aframe/tasks/infer/base.py +++ b/aframe/tasks/infer/base.py @@ -244,7 +244,7 @@ def run(self): if self.return_timeseries: background, foreground, background_ts, foreground_ts = outputs with h5py.File(self.timeseries_output, "w") as f: - f.attrs["t0"] = postprocessor.t0 + f.attrs["t0"] = sequence.t0 f.attrs["shifts"] = postprocessor.shifts f.create_dataset("background", data=background_ts) if foreground_ts is None: