Skip to content

Missing metadata in Multiscale generation #65

Description

@mzouink

When generating a dataset we add s0 to support mutiscale but we are missing metadata

array = prepare_ds(
DirectoryStore(self.output_path / channel / "s0"),
output_shape,
dtype=self.dtype,
chunk_shape=self.block_shape,
voxel_size=self.output_voxel_size,
axis_names=["z", "y", "x"],
units=["nm", "nm", "nm"],
offset=(0, 0, 0),
)

Can get inspired by
https://github.com/janelia-cellmap/cellmap-analyze/blob/a84d249f9689c74d8d509de359c878d85b6704ba/src/cellmap_analyze/util/zarr_util.py#L43-L70

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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