Skip to content

How to read the data? #2

Description

@vron8632

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions