We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8435c10 commit 1df542dCopy full SHA for 1df542d
qubalab/images/labeled_server.py
@@ -88,7 +88,8 @@ def _build_metadata(self) -> ImageMetadata:
88
self._base_image_metadata.pixel_calibration.length_z
89
),
90
False,
91
- bool if self._multichannel else np.uint32
+ bool if self._multichannel else np.uint32,
92
+ downsamples = [self._downsample]
93
)
94
95
def _read_block(self, level: int, region: Region2D) -> np.ndarray:
0 commit comments