-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
tech debtrefactoring, non prioritized optimizations, code cleanupsrefactoring, non prioritized optimizations, code cleanups
Milestone
Description
My understanding is that ImageStack.sel should produce a view of the data in ImageStack. However, attempts to select data from a large volume takes a very long time (~5-10 seconds), which makes me wonder if it is copying.
Reproduce:
import starfish.data
from starfish.types import Axes
image = starfish.data.SeqFISH(use_test_data=False).fov().get_image('primary')
round_1 = image.sel({Axes.ROUND: 1})Desired outcome: Selection from ImageStack is fast (< 1s).
Metadata
Metadata
Assignees
Labels
tech debtrefactoring, non prioritized optimizations, code cleanupsrefactoring, non prioritized optimizations, code cleanups