-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Thanks for your share the data in https://drive.google.com/open?id=1o6c2Ofy3dHwvJnU83Y8cruYOL-c77t4g
but when I read the data using the code below, there is a error: KeyError: 'Axes'.
I have tried many version of pycromanager such as 0.2.0 to 0.27.0.
"""
from pycromanager import Dataset
dataset_dir = '/Users/henrypinkard/tmp/experiment_1_65'
dataset = Dataset(dataset_dir)
data = dataset.as_array()
print(dataset.axes.keys())
"""
I want to turn the 53 files in .tif to image data in numpy, looking forward to your answer.
Metadata
Metadata
Assignees
Labels
No labels