Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/odemis/acq/stream/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ def __init__(self, name, detector, dataflow, emitter, focuser=None, opm=None,
else:
self.raw = raw

# initialize the projected tiles cache
self._projectedTilesCache = {}
# initialize the raw tiles cache
self._rawTilesCache = {}

# TODO: should better be based on a BufferedDataFlow: subscribing starts
# acquisition and sends (raw) data to whoever is interested. .get()
# returns the previous or next image acquired.
Expand Down
Loading