Skip to content

Commit 1df542d

Browse files
Store downsample
1 parent 8435c10 commit 1df542d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qubalab/images/labeled_server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ def _build_metadata(self) -> ImageMetadata:
8888
self._base_image_metadata.pixel_calibration.length_z
8989
),
9090
False,
91-
bool if self._multichannel else np.uint32
91+
bool if self._multichannel else np.uint32,
92+
downsamples = [self._downsample]
9293
)
9394

9495
def _read_block(self, level: int, region: Region2D) -> np.ndarray:

0 commit comments

Comments
 (0)