from_zarr#
- abtem.array.from_zarr(url, chunks=None)[source]#
Read abTEM data from zarr.
- Parameters:
url (str) – Location of the data. A URL can include a protocol specifier like s3:// for remote data.
chunks (tuple of ints or tuples of ints) – Passed to dask.array.from_array(), allows setting the chunks on initialisation, if the chunking scheme in the on-disc dataset is not optimal for the calculations to follow.
- Returns:
imported
- Return type: